Searched refs:EXTRACT_LE_16BITS (Results 1 – 13 of 13) sorted by relevance
| /minix3/external/bsd/tcpdump/dist/ |
| H A D | print-802_15_4.c | 103 fc = EXTRACT_LE_16BITS(p); in ieee802_15_4_if_print() 134 panid = EXTRACT_LE_16BITS(p); in ieee802_15_4_if_print() 136 ND_PRINT((ndo,"%04x:%04x ", panid, EXTRACT_LE_16BITS(p))); in ieee802_15_4_if_print() 140 panid = EXTRACT_LE_16BITS(p); in ieee802_15_4_if_print() 157 panid = EXTRACT_LE_16BITS(p); in ieee802_15_4_if_print() 160 ND_PRINT((ndo,"%04x:%04x ", panid, EXTRACT_LE_16BITS(p))); in ieee802_15_4_if_print() 165 panid = EXTRACT_LE_16BITS(p); in ieee802_15_4_if_print()
|
| H A D | print-decnet.c | 524 pktlen = EXTRACT_LE_16BITS(ap); in decnet_print() 577 EXTRACT_LE_16BITS(rhp->rh_long.lg_dst.dne_remote.dne_nodeaddr); in decnet_print() 579 EXTRACT_LE_16BITS(rhp->rh_long.lg_src.dne_remote.dne_nodeaddr); in decnet_print() 586 dst = EXTRACT_LE_16BITS(rhp->rh_short.sh_dst); in decnet_print() 587 src = EXTRACT_LE_16BITS(rhp->rh_short.sh_src); in decnet_print() 638 src = EXTRACT_LE_16BITS(cmp->cm_init.in_src); in print_decnet_ctlmsg() 640 blksize = EXTRACT_LE_16BITS(cmp->cm_init.in_blksize); in print_decnet_ctlmsg() 644 hello = EXTRACT_LE_16BITS(cmp->cm_init.in_hello); in print_decnet_ctlmsg() 657 src = EXTRACT_LE_16BITS(cmp->cm_ver.ve_src); in print_decnet_ctlmsg() 667 src = EXTRACT_LE_16BITS(cmp->cm_test.te_src); in print_decnet_ctlmsg() [all …]
|
| H A D | print-smb.c | 121 level = EXTRACT_LE_16BITS(param); in trans2_qfsinfo() 189 pcnt = EXTRACT_LE_16BITS(w + 9 * 2); in print_trans2() 190 param = buf + EXTRACT_LE_16BITS(w + 10 * 2); in print_trans2() 191 dcnt = EXTRACT_LE_16BITS(w + 11 * 2); in print_trans2() 192 data = buf + EXTRACT_LE_16BITS(w + 12 * 2); in print_trans2() 193 fn = smbfindint(EXTRACT_LE_16BITS(w + 14 * 2), trans2_fns); in print_trans2() 201 pcnt = EXTRACT_LE_16BITS(w + 3 * 2); in print_trans2() 202 param = buf + EXTRACT_LE_16BITS(w + 4 * 2); in print_trans2() 203 dcnt = EXTRACT_LE_16BITS(w + 6 * 2); in print_trans2() 204 data = buf + EXTRACT_LE_16BITS(w + 7 * 2); in print_trans2() [all …]
|
| H A D | print-loopback.c | 72 function = EXTRACT_LE_16BITS(cp); in loopback_message_print() 82 ND_PRINT((ndo, ", receipt number %u", EXTRACT_LE_16BITS(cp))); in loopback_message_print() 124 skipCount = EXTRACT_LE_16BITS(cp); in loopback_print()
|
| H A D | print-802_11.c | 1546 pbody.beacon_interval = EXTRACT_LE_16BITS(p+offset); in handle_beacon() 1549 pbody.capability_info = EXTRACT_LE_16BITS(p+offset); in handle_beacon() 1578 pbody.capability_info = EXTRACT_LE_16BITS(p); in handle_assoc_request() 1581 pbody.listen_interval = EXTRACT_LE_16BITS(p+offset); in handle_assoc_request() 1608 pbody.capability_info = EXTRACT_LE_16BITS(p); in handle_assoc_response() 1611 pbody.status_code = EXTRACT_LE_16BITS(p+offset); in handle_assoc_response() 1614 pbody.aid = EXTRACT_LE_16BITS(p+offset); in handle_assoc_response() 1645 pbody.capability_info = EXTRACT_LE_16BITS(p); in handle_reassoc_request() 1648 pbody.listen_interval = EXTRACT_LE_16BITS(p+offset); in handle_reassoc_request() 1708 pbody.beacon_interval = EXTRACT_LE_16BITS(p+offset); in handle_probe_response() [all …]
|
| H A D | print-ppi.c | 34 len = EXTRACT_LE_16BITS(&hdr->ppi_len); in ppi_header_print() 66 len = EXTRACT_LE_16BITS(&hdr->ppi_len); in ppi_print()
|
| H A D | extract.h | 81 static inline uint16_t EXTRACT_LE_16BITS(const void *p) in EXTRACT_LE_16BITS() function 302 #define EXTRACT_LE_16BITS(p) \ macro
|
| H A D | print-rrcp.c | 108 EXTRACT_LE_16BITS(rrcp + RRCP_REG_ADDR_OFFSET), in rrcp_print()
|
| H A D | smbutil.c | 459 write_bits(ndo, EXTRACT_LE_16BITS(buf), attrib_fmt); in smb_fdata1() 514 EXTRACT_LE_16BITS(buf); in smb_fdata1() 573 EXTRACT_LE_16BITS(buf); in smb_fdata1() 605 EXTRACT_LE_16BITS(buf); in smb_fdata1()
|
| H A D | cpack.c | 133 *u = EXTRACT_LE_16BITS(next); in cpack_uint16()
|
| H A D | print-krb.c | 162 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? EXTRACT_LE_16BITS(cp) : EXTRACT_16BITS(cp)) in krb4_print()
|
| H A D | print-llc.c | 194 control = EXTRACT_LE_16BITS(p + 2); in llc_print()
|
| H A D | print-juniper.c | 1105 tlv_value = EXTRACT_LE_16BITS(p); in juniper_read_tlv_value()
|