Searched refs:get_u16 (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dutils.h65 #define get_ushort get_u16
68 extern int get_u16(uint16_t *val, char *arg, int base);
H A Dll_proto.c116 if (get_u16(id, buf, 0))
H A Dutils.c59 int get_u16(uint16_t * val, char *arg, int base) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Dutils.h80 #define get_ushort get_u16
84 extern int get_u16(__u16 *val, const char *arg, int base);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dmodule.c151 #define get_u16(loc) (*((uint16_t *)loc)) macro
228 value = get_u16(location);
241 value = get_u16(location);
252 value = get_u16(location);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dmedia.c201 setup[i] = get_u16(&p[i*2 + 1]);
214 iowrite32(get_u16(rst + 1 + (i<<1)) << 16, ioaddr + CSR15);
269 iowrite32(get_u16(&reset_sequence[i]) << 16, ioaddr + CSR15);
284 iowrite32(get_u16(&init_sequence[i]) << 16, ioaddr + CSR15);
316 tmp_info = get_u16(&misc_info[1]);
335 setup[i] = get_u16(&p[i*2 + 1]);
344 iowrite32(get_u16(rst + 1 + (i<<1)) << 16, ioaddr + CSR15);
H A Deeprom.c213 u16 media = get_u16(p);
271 new_advertise |= get_u16(&p[7+gpr_len+reset_len]);
H A Dtulip.h303 #define get_u16(ptr) (*(u16 *)(ptr)) macro
305 #define get_u16(ptr) (((u8*)(ptr))[0] + (((u8*)(ptr))[1]<<8)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dll_proto.c125 if (get_u16(id, buf, 0))
H A Dutils.c92 int get_u16(__u16 *val, const char *arg, int base) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_gact.c150 if (get_u16(&pp.pval, *argv, 10)) {
H A Dq_hfsc.c83 if (get_u16(&qopt.defcls, *argv, 16) < 0) {
H A Df_rsvp.c52 if (get_u16(&tmp, p+1, 0))
H A Df_u32.c719 if (get_u16(&mask, *argv, 16))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_net.h177 get_u16(unsigned char *p, u16 *x) function
H A Disdn_net.c1709 p += get_u16(p, &unused);
1730 p += get_u16(p, &type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_misc.c524 #define get_u16(x) (le16_to_cpu(get_unaligned((__u16*)(x)))) macro
534 if (get_u16(bd->pins + 24)) {
535 maxdac = get_u16(bd->pins + 24) * 10;
538 MINFO->values.pll.system = get_u16(bd->pins + 28) ? get_u16(bd->pins + 28) * 10 : 50000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipxfrm.c938 if (get_u16(&sel->sport, *argv, 0))
951 if (get_u16(&sel->dport, *argv, 0))
964 if (get_u16(&sel->sport, *argv, 0) ||
978 if (get_u16(&sel->dport, *argv, 0) ||
H A Dxfrm_state.c276 if (get_u16(&encap.encap_sport, *argv, 0))
280 if (get_u16(&encap.encap_dport, *argv, 0))

Completed in 221 milliseconds