Searched refs:ENC_HDRLEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/tcpdump/
H A Denc.h37 #define ENC_HDRLEN 12 macro
H A Dprint-enc.c57 if (caplen < ENC_HDRLEN) {
73 length -= ENC_HDRLEN;
74 caplen -= ENC_HDRLEN;
75 p += ENC_HDRLEN;
89 return (ENC_HDRLEN);

Completed in 49 milliseconds