HomeSort by relevance Sort by last modified time
    Searched refs:IPFC_HDRLEN (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
ipfc.h 29 #define IPFC_HDRLEN 16
print-ipfc.c 87 if (caplen < IPFC_HDRLEN) {
100 length -= IPFC_HDRLEN;
101 p += IPFC_HDRLEN;
102 caplen -= IPFC_HDRLEN;
112 ipfc_hdr_print(ipfcp, length + IPFC_HDRLEN,
134 return (IPFC_HDRLEN);

Completed in 68 milliseconds