Searched refs:GET_LE_U_2 (Results 1 – 15 of 15) sorted by relevance
| /dragonfly/contrib/tcpdump/ |
| HD | print-802_15_4.c | 546 ND_PRINT("%04x", GET_LE_U_2(p)); in ieee802_15_4_print_addr() 701 GET_LE_U_2(p), GET_LE_U_2(p + 2)); in ieee802_15_4_print_header_ie() 704 GET_LE_U_2(p + 4)); in ieee802_15_4_print_header_ie() 718 GET_LE_U_2(p + 2)); in ieee802_15_4_print_header_ie() 733 ss = GET_LE_U_2(p); in ieee802_15_4_print_header_ie() 755 ss = GET_LE_U_2(p + ptr); in ieee802_15_4_print_header_ie() 796 GET_LE_U_2(p + ptr + 6)); in ieee802_15_4_print_header_ie() 803 ulen = GET_LE_U_2(p + ptr + 2); in ieee802_15_4_print_header_ie() 805 GET_LE_U_2(p + ptr), ulen); in ieee802_15_4_print_header_ie() 822 ulen = GET_LE_U_2(p + ptr + 4); in ieee802_15_4_print_header_ie() [all …]
|
| HD | print-decnet.c | 485 pktlen = GET_LE_U_2(ap); in decnet_print() 537 GET_LE_U_2(rhp->rh_long.lg_dst.dne_remote.dne_nodeaddr); in decnet_print() 539 GET_LE_U_2(rhp->rh_long.lg_src.dne_remote.dne_nodeaddr); in decnet_print() 545 dst = GET_LE_U_2(rhp->rh_short.sh_dst); in decnet_print() 546 src = GET_LE_U_2(rhp->rh_short.sh_src); in decnet_print() 596 src = GET_LE_U_2(cmp->cm_init.in_src); in print_decnet_ctlmsg() 598 blksize = GET_LE_U_2(cmp->cm_init.in_blksize); in print_decnet_ctlmsg() 602 hello = GET_LE_U_2(cmp->cm_init.in_hello); in print_decnet_ctlmsg() 612 src = GET_LE_U_2(cmp->cm_ver.ve_src); in print_decnet_ctlmsg() 620 src = GET_LE_U_2(cmp->cm_test.te_src); in print_decnet_ctlmsg() [all …]
|
| HD | print-smb.c | 117 level = GET_LE_U_2(param); in trans2_qfsinfo() 182 pcnt = GET_LE_U_2(w + 9 * 2); in print_trans2() 183 param = buf + GET_LE_U_2(w + 10 * 2); in print_trans2() 184 dcnt = GET_LE_U_2(w + 11 * 2); in print_trans2() 185 data = buf + GET_LE_U_2(w + 12 * 2); in print_trans2() 186 fn = smbfindint(GET_LE_U_2(w + 14 * 2), trans2_fns); in print_trans2() 194 pcnt = GET_LE_U_2(w + 3 * 2); in print_trans2() 195 param = buf + GET_LE_U_2(w + 4 * 2); in print_trans2() 196 dcnt = GET_LE_U_2(w + 6 * 2); in print_trans2() 197 data = buf + GET_LE_U_2(w + 7 * 2); in print_trans2() [all …]
|
| HD | print-loopback.c | 65 function = GET_LE_U_2(cp); in loopback_message_print() 75 ND_PRINT(", receipt number %u", GET_LE_U_2(cp)); in loopback_message_print() 115 skipCount = GET_LE_U_2(cp); in loopback_print()
|
| HD | print-vsock.c | 133 u16_v = GET_LE_U_2(hdr->type); in vsock_virtio_hdr_print() 137 u16_v = GET_LE_U_2(hdr->op); in vsock_virtio_hdr_print() 200 hdr_transport = GET_LE_U_2(hdr->transport); in vsock_hdr_print() 217 hdr_op = GET_LE_U_2(hdr->op); in vsock_hdr_print()
|
| HD | print-802_11.c | 1371 pbody.beacon_interval = GET_LE_U_2(p + offset); in handle_beacon() 1374 pbody.capability_info = GET_LE_U_2(p + offset); in handle_beacon() 1404 pbody.capability_info = GET_LE_U_2(p); in handle_assoc_request() 1407 pbody.listen_interval = GET_LE_U_2(p + offset); in handle_assoc_request() 1435 pbody.capability_info = GET_LE_U_2(p); in handle_assoc_response() 1438 pbody.status_code = GET_LE_U_2(p + offset); in handle_assoc_response() 1441 pbody.aid = GET_LE_U_2(p + offset); in handle_assoc_response() 1473 pbody.capability_info = GET_LE_U_2(p); in handle_reassoc_request() 1476 pbody.listen_interval = GET_LE_U_2(p + offset); in handle_reassoc_request() 1537 pbody.beacon_interval = GET_LE_U_2(p + offset); in handle_probe_response() [all …]
|
| HD | smbutil.c | 382 c = GET_LE_U_2(sp); in unistr() 423 c = GET_LE_U_2(s); in unistr() 484 write_bits(ndo, GET_LE_U_2(buf), attrib_fmt); in smb_fdata1() 566 GET_LE_U_2(buf); in smb_fdata1() 611 GET_LE_U_2(buf); in smb_fdata1() 642 GET_LE_U_2(buf); in smb_fdata1()
|
| HD | print-ppi.c | 45 len = GET_LE_U_2(hdr->ppi_len); in ppi_header_print() 87 len = GET_LE_U_2(hdr->ppi_len); in ppi_if_print()
|
| HD | print-rrcp.c | 116 GET_LE_U_2(cp + RRCP_REG_ADDR_OFFSET), in rrcp_print()
|
| HD | cpack.c | 169 *u = GET_LE_U_2(next); in nd_cpack_uint16()
|
| HD | print-krb.c | 167 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? GET_LE_U_2(cp) : GET_BE_U_2(cp)) in krb4_print()
|
| HD | parsenfsfh.c | 363 (GET_LE_U_2(fhp + 22) << 0); in Parse_fh()
|
| HD | print-llc.c | 205 control = GET_LE_U_2(p + 2); in llc_print()
|
| HD | extract.h | 897 #define GET_LE_U_2(p) get_le_u_2(ndo, (const u_char *)(p)) macro
|
| HD | print-juniper.c | 1244 tlv_value = GET_LE_U_2(p); in juniper_read_tlv_value()
|