Searched refs:GET_LE_U_2 (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | print-802_15_4.c | 549 ND_PRINT("%04x", GET_LE_U_2(p)); in ieee802_15_4_print_addr() 704 GET_LE_U_2(p), GET_LE_U_2(p + 2)); in ieee802_15_4_print_header_ie() 707 GET_LE_U_2(p + 4)); in ieee802_15_4_print_header_ie() 721 GET_LE_U_2(p + 2)); in ieee802_15_4_print_header_ie() 736 ss = GET_LE_U_2(p); in ieee802_15_4_print_header_ie() 758 ss = GET_LE_U_2(p + ptr); in ieee802_15_4_print_header_ie() 799 GET_LE_U_2(p + ptr + 6)); in ieee802_15_4_print_header_ie() 806 ulen = GET_LE_U_2(p + ptr + 2); in ieee802_15_4_print_header_ie() 808 GET_LE_U_2(p + ptr), ulen); in ieee802_15_4_print_header_ie() 825 ulen = GET_LE_U_2(p + ptr + 4); in ieee802_15_4_print_header_ie() [all …]
|
| D | print-decnet.c | 488 pktlen = GET_LE_U_2(ap); in decnet_print() 540 GET_LE_U_2(rhp->rh_long.lg_dst.dne_remote.dne_nodeaddr); in decnet_print() 542 GET_LE_U_2(rhp->rh_long.lg_src.dne_remote.dne_nodeaddr); in decnet_print() 548 dst = GET_LE_U_2(rhp->rh_short.sh_dst); in decnet_print() 549 src = GET_LE_U_2(rhp->rh_short.sh_src); in decnet_print() 599 src = GET_LE_U_2(cmp->cm_init.in_src); in print_decnet_ctlmsg() 601 blksize = GET_LE_U_2(cmp->cm_init.in_blksize); in print_decnet_ctlmsg() 605 hello = GET_LE_U_2(cmp->cm_init.in_hello); in print_decnet_ctlmsg() 615 src = GET_LE_U_2(cmp->cm_ver.ve_src); in print_decnet_ctlmsg() 623 src = GET_LE_U_2(cmp->cm_test.te_src); in print_decnet_ctlmsg() [all …]
|
| D | print-smb.c | 120 level = GET_LE_U_2(param); in trans2_qfsinfo() 185 pcnt = GET_LE_U_2(w + 9 * 2); in print_trans2() 186 param = buf + GET_LE_U_2(w + 10 * 2); in print_trans2() 187 dcnt = GET_LE_U_2(w + 11 * 2); in print_trans2() 188 data = buf + GET_LE_U_2(w + 12 * 2); in print_trans2() 189 fn = smbfindint(GET_LE_U_2(w + 14 * 2), trans2_fns); in print_trans2() 197 pcnt = GET_LE_U_2(w + 3 * 2); in print_trans2() 198 param = buf + GET_LE_U_2(w + 4 * 2); in print_trans2() 199 dcnt = GET_LE_U_2(w + 6 * 2); in print_trans2() 200 data = buf + GET_LE_U_2(w + 7 * 2); in print_trans2() [all …]
|
| D | print-802_11.c | 1291 cf.max_duration = GET_LE_U_2(p + offset); in parse_elements() 1294 cf.dur_remaining = GET_LE_U_2(p + offset); in parse_elements() 1383 pbody.beacon_interval = GET_LE_U_2(p + offset); in handle_beacon() 1386 pbody.capability_info = GET_LE_U_2(p + offset); in handle_beacon() 1416 pbody.capability_info = GET_LE_U_2(p); in handle_assoc_request() 1419 pbody.listen_interval = GET_LE_U_2(p + offset); in handle_assoc_request() 1447 pbody.capability_info = GET_LE_U_2(p); in handle_assoc_response() 1450 pbody.status_code = GET_LE_U_2(p + offset); in handle_assoc_response() 1453 pbody.aid = GET_LE_U_2(p + offset); in handle_assoc_response() 1485 pbody.capability_info = GET_LE_U_2(p); in handle_reassoc_request() [all …]
|
| D | print-loopback.c | 69 function = GET_LE_U_2(cp); in loopback_message_print() 79 ND_PRINT(", receipt number %u", GET_LE_U_2(cp)); in loopback_message_print() 119 skipCount = GET_LE_U_2(cp); in loopback_print()
|
| D | print-vsock.c | 131 u16_v = GET_LE_U_2(hdr->type); in vsock_virtio_hdr_print() 135 u16_v = GET_LE_U_2(hdr->op); in vsock_virtio_hdr_print() 198 hdr_transport = GET_LE_U_2(hdr->transport); in vsock_hdr_print() 215 hdr_op = GET_LE_U_2(hdr->op); in vsock_hdr_print()
|
| D | smbutil.c | 385 c = GET_LE_U_2(sp); in unistr() 426 c = GET_LE_U_2(s); in unistr() 487 write_bits(ndo, GET_LE_U_2(buf), attrib_fmt); in smb_fdata1() 569 GET_LE_U_2(buf); in smb_fdata1() 614 GET_LE_U_2(buf); in smb_fdata1() 645 GET_LE_U_2(buf); in smb_fdata1()
|
| D | print-ppi.c | 48 len = GET_LE_U_2(hdr->ppi_len); in ppi_header_print() 90 len = GET_LE_U_2(hdr->ppi_len); in ppi_if_print()
|
| D | print-realtek.c | 119 GET_LE_U_2(cp + RRCP_REG_ADDR_OFFSET), in rrcp_print()
|
| D | cpack.c | 169 *u = GET_LE_U_2(next); in nd_cpack_uint16()
|
| D | print-krb.c | 170 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? GET_LE_U_2(cp) : GET_BE_U_2(cp)) in krb4_print()
|
| D | parsenfsfh.c | 377 (GET_LE_U_2(fhp + 22) << 0); in Parse_fh()
|
| D | print-llc.c | 208 control = GET_LE_U_2(p + 2); in llc_print()
|
| D | extract.h | 892 #define GET_LE_U_2(p) get_le_u_2(ndo, (const u_char *)(p)) macro
|
| D | print-juniper.c | 1229 tlv_value = GET_LE_U_2(p); in juniper_read_tlv_value()
|