HomeSort by relevance Sort by last modified time
    Searched refs:EXTRACT_LE_16BITS (Results 1 - 8 of 8) sorted by null

  /external/tcpdump/
print-decnet.c 82 pktlen = EXTRACT_LE_16BITS(ap);
135 EXTRACT_LE_16BITS(rhp->rh_long.lg_dst.dne_remote.dne_nodeaddr);
137 EXTRACT_LE_16BITS(rhp->rh_long.lg_src.dne_remote.dne_nodeaddr);
144 dst = EXTRACT_LE_16BITS(rhp->rh_short.sh_dst);
145 src = EXTRACT_LE_16BITS(rhp->rh_short.sh_src);
195 src = EXTRACT_LE_16BITS(cmp->cm_init.in_src);
197 blksize = EXTRACT_LE_16BITS(cmp->cm_init.in_blksize);
201 hello = EXTRACT_LE_16BITS(cmp->cm_init.in_hello);
214 src = EXTRACT_LE_16BITS(cmp->cm_ver.ve_src);
224 src = EXTRACT_LE_16BITS(cmp->cm_test.te_src)
    [all...]
print-smb.c 117 level = EXTRACT_LE_16BITS(param);
185 pcnt = EXTRACT_LE_16BITS(w + 9 * 2);
186 param = buf + EXTRACT_LE_16BITS(w + 10 * 2);
187 dcnt = EXTRACT_LE_16BITS(w + 11 * 2);
188 data = buf + EXTRACT_LE_16BITS(w + 12 * 2);
189 fn = smbfindint(EXTRACT_LE_16BITS(w + 14 * 2), trans2_fns);
197 pcnt = EXTRACT_LE_16BITS(w + 3 * 2);
198 param = buf + EXTRACT_LE_16BITS(w + 4 * 2);
199 dcnt = EXTRACT_LE_16BITS(w + 6 * 2);
200 data = buf + EXTRACT_LE_16BITS(w + 7 * 2)
    [all...]
print-802_11.c 309 pbody.beacon_interval = EXTRACT_LE_16BITS(p+offset);
311 pbody.capability_info = EXTRACT_LE_16BITS(p+offset);
335 pbody.capability_info = EXTRACT_LE_16BITS(p);
337 pbody.listen_interval = EXTRACT_LE_16BITS(p+offset);
358 pbody.capability_info = EXTRACT_LE_16BITS(p);
360 pbody.status_code = EXTRACT_LE_16BITS(p+offset);
362 pbody.aid = EXTRACT_LE_16BITS(p+offset);
387 pbody.capability_info = EXTRACT_LE_16BITS(p);
389 pbody.listen_interval = EXTRACT_LE_16BITS(p+offset);
439 pbody.beacon_interval = EXTRACT_LE_16BITS(p+offset)
    [all...]
cpack.c 124 *u = EXTRACT_LE_16BITS(next);
extract.h 110 #define EXTRACT_LE_16BITS(p) \
print-krb.c 162 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? EXTRACT_LE_16BITS(cp) : EXTRACT_16BITS(cp))
print-llc.c 193 control = EXTRACT_LE_16BITS(p + 2);
smbutil.c 449 write_bits(EXTRACT_LE_16BITS(buf), attrib_fmt);
504 EXTRACT_LE_16BITS(buf);
563 EXTRACT_LE_16BITS(buf);
595 EXTRACT_LE_16BITS(buf);
    [all...]

Completed in 533 milliseconds