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

12

/external/bluetooth/hcidump/parser/
H A Dhcrp.c88 pid = get_u16(frm);
89 tid = get_u16(frm);
90 plen = get_u16(frm);
98 status = get_u16(frm);
H A Dbnep.c96 uuid = get_u16(frm);
100 uuid = get_u16(frm);
141 type, get_u16(frm));
145 length = get_u16(frm);
150 printf("0x%04x - ", get_u16(frm));
151 printf("0x%04x\n", get_u16(frm));
157 type, get_u16(frm));
161 length = get_u16(frm);
173 type, get_u16(frm));
231 proto = get_u16(fr
[all...]
H A Dbpa.c43 #define BPA_U16(frm) (btohs(htons(get_u16(frm))))
53 num = get_u16(frm);
H A Dobex.c203 len = get_u16(frm) - 3;
211 len = get_u16(frm) - 3;
241 length = get_u16(frm);
281 pktlen = get_u16(frm);
H A Dsdp.c257 *n = get_u16(frm); break;
293 val = get_u16(frm);
329 uuid = get_u16(frm);
490 attr_id = get_u16(frm);
527 attr_id = get_u16(frm);
692 printf("code 0x%x info ", get_u16(frm));
705 printf("max %d\n", get_u16(frm));
713 total = get_u16(frm);
716 count = get_u16(frm);
744 printf("max %d\n", get_u16(fr
[all...]
H A Dppp.c38 #define PPP_U16(frm) (btohs(htons(get_u16(frm))))
122 proto = get_u16(frm);
H A Dcmtp.c175 len = htons(get_u16(frm));
H A Dcsr.c40 #define CSR_U16(frm) (btohs(htons(get_u16(frm))))
42 #define CSR_S16(frm) (btohs(htons(get_u16(frm))))
H A Dhci.c673 uint16_t handle = btohs(htons(get_u16(frm)));
993 uint16_t policy = btohs(htons(get_u16(frm)));
1339 handle = btohs(htons(get_u16(frm)));
1340 packets = btohs(htons(get_u16(frm)));
1646 uint16_t handle = btohs(htons(get_u16(frm)));
1678 uint16_t handle = btohs(htons(get_u16(frm)));
1731 uint16_t policy = btohs(htons(get_u16(frm)));
3273 uint16_t device = btohs(htons(get_u16(frm)));
3274 uint16_t proto = btohs(htons(get_u16(frm)));
3275 uint16_t type = btohs(htons(get_u16(fr
[all...]
H A Dparser.h166 static inline uint16_t get_u16(struct frame *frm) function
H A Davdtp.c482 seqn = get_u16(frm);
/external/iproute2/include/
H A Dutils.h83 #define get_ushort get_u16
87 extern int get_u16(__u16 *val, const char *arg, int base);
/external/iproute2/ip/
H A Diplink_vlan.c84 if (get_u16(&id, *argv, 0))
H A Dipxfrm.c1070 if (get_u16(&sel->sport, *argv, 0))
1083 if (get_u16(&sel->dport, *argv, 0))
1096 if (get_u16(&sel->sport, *argv, 0) ||
1110 if (get_u16(&sel->dport, *argv, 0) ||
/external/iproute2/lib/
H A Dll_proto.c128 if (get_u16(id, buf, 0))
/external/iproute2/tc/
H A Dm_gact.c156 if (get_u16(&pp.pval, *argv, 10)) {
H A Dq_htb.c132 if (get_u16(&mpu, *argv, 10)) {
137 if (get_u16(&overhead, *argv, 10)) {
H A Dq_tbf.c142 if (get_u16(&overhead, *argv, 10)) {
H A Dq_cbq.c121 if (get_u16(&overhead, *argv, 10)) {
338 if (get_u16(&overhead, *argv, 10)) {
H A Dm_police.c242 if (get_u16(&overhead, *argv, 10)) {
H A Dq_hfsc.c83 if (get_u16(&qopt.defcls, *argv, 16) < 0) {
H A Df_rsvp.c53 if (get_u16(&tmp, p+1, 0))
/external/grub/netboot/
H A Dtulip.c133 #define get_u16(ptr) (*(u16 *)(ptr))
799 int media = get_u16(p);
822 u16 media = get_u16(p);
862 u32 base15 = (p[2] & 0x40) ? get_u16(p + 7) : 0x0008;
1745 setup[i] = get_u16(&p[i*2 + 1]);
1760 outl(get_u16(rst + 1 + (i<<1)) << 16, ioaddr + CSR15);
1818 outl(get_u16(&reset_sequence[i]) << 16, ioaddr + CSR15);
1820 outl(get_u16(&init_sequence[i]) << 16, ioaddr + CSR15);
1834 tp->advertising[phy_num] = get_u16(&misc_info[1]) | 1;
132 #define get_u16 macro
H A Dnatsemi.c88 #define get_u16(ptr) (*(u16 *)(ptr))
87 #define get_u16 macro
/external/iproute2/genl/
H A Dctrl.c325 if (get_u16(&id, *argv, 0)) {

Completed in 124 milliseconds

12