Searched refs:EXTRACT_LE_16BITS (Results 1 – 8 of 8) sorted by relevance
82 pktlen = EXTRACT_LE_16BITS(ap); in decnet_print()135 EXTRACT_LE_16BITS(rhp->rh_long.lg_dst.dne_remote.dne_nodeaddr); in decnet_print()137 EXTRACT_LE_16BITS(rhp->rh_long.lg_src.dne_remote.dne_nodeaddr); in decnet_print()144 dst = EXTRACT_LE_16BITS(rhp->rh_short.sh_dst); in decnet_print()145 src = EXTRACT_LE_16BITS(rhp->rh_short.sh_src); in decnet_print()195 src = EXTRACT_LE_16BITS(cmp->cm_init.in_src); in print_decnet_ctlmsg()197 blksize = EXTRACT_LE_16BITS(cmp->cm_init.in_blksize); in print_decnet_ctlmsg()201 hello = EXTRACT_LE_16BITS(cmp->cm_init.in_hello); in print_decnet_ctlmsg()214 src = EXTRACT_LE_16BITS(cmp->cm_ver.ve_src); in print_decnet_ctlmsg()224 src = EXTRACT_LE_16BITS(cmp->cm_test.te_src); in print_decnet_ctlmsg()[all …]
117 level = EXTRACT_LE_16BITS(param); in trans2_qfsinfo()185 pcnt = EXTRACT_LE_16BITS(w + 9 * 2); in print_trans2()186 param = buf + EXTRACT_LE_16BITS(w + 10 * 2); in print_trans2()187 dcnt = EXTRACT_LE_16BITS(w + 11 * 2); in print_trans2()188 data = buf + EXTRACT_LE_16BITS(w + 12 * 2); in print_trans2()189 fn = smbfindint(EXTRACT_LE_16BITS(w + 14 * 2), trans2_fns); in print_trans2()197 pcnt = EXTRACT_LE_16BITS(w + 3 * 2); in print_trans2()198 param = buf + EXTRACT_LE_16BITS(w + 4 * 2); in print_trans2()199 dcnt = EXTRACT_LE_16BITS(w + 6 * 2); in print_trans2()200 data = buf + EXTRACT_LE_16BITS(w + 7 * 2); in print_trans2()[all …]
309 pbody.beacon_interval = EXTRACT_LE_16BITS(p+offset); in handle_beacon()311 pbody.capability_info = EXTRACT_LE_16BITS(p+offset); in handle_beacon()335 pbody.capability_info = EXTRACT_LE_16BITS(p); in handle_assoc_request()337 pbody.listen_interval = EXTRACT_LE_16BITS(p+offset); in handle_assoc_request()358 pbody.capability_info = EXTRACT_LE_16BITS(p); in handle_assoc_response()360 pbody.status_code = EXTRACT_LE_16BITS(p+offset); in handle_assoc_response()362 pbody.aid = EXTRACT_LE_16BITS(p+offset); in handle_assoc_response()387 pbody.capability_info = EXTRACT_LE_16BITS(p); in handle_reassoc_request()389 pbody.listen_interval = EXTRACT_LE_16BITS(p+offset); in handle_reassoc_request()439 pbody.beacon_interval = EXTRACT_LE_16BITS(p+offset); in handle_probe_response()[all …]
449 write_bits(EXTRACT_LE_16BITS(buf), attrib_fmt); in smb_fdata1()504 EXTRACT_LE_16BITS(buf); in smb_fdata1()563 EXTRACT_LE_16BITS(buf); in smb_fdata1()595 EXTRACT_LE_16BITS(buf); in smb_fdata1()
124 *u = EXTRACT_LE_16BITS(next); in cpack_uint16()
110 #define EXTRACT_LE_16BITS(p) \ macro
162 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? EXTRACT_LE_16BITS(cp) : EXTRACT_16BITS(cp)) in krb4_print()
193 control = EXTRACT_LE_16BITS(p + 2); in llc_print()