HomeSort by: relevance | last modified time | path
    Searched refs:GET_HE_U_2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-vjc.c 83 * packets with GET_HE_U_2, rather than with GET_BE_U_2(); RFC 1144 says
114 ND_PRINT("sum=0x%04x ", GET_HE_U_2(bp + 3));
print-nflog.c 186 size = GET_HE_U_2(tlv->tlv_length);
198 if (GET_HE_U_2(tlv->tlv_type) == NFULA_PAYLOAD) {
print-usb.c 237 ND_PRINT(" %u:%u:%u", GET_HE_U_2(uh->bus_id),
extract.h 716 get_he_u_2(netdissect_options *ndo, const u_char *p) function
886 #define GET_HE_U_2(p) get_he_u_2(ndo, (const u_char *)(p))

Completed in 19 milliseconds