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

/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-null.c56 #define NULL_HDRLEN 4 macro
93 if (caplen < NULL_HDRLEN) {
95 return (NULL_HDRLEN);
114 length -= NULL_HDRLEN;
115 caplen -= NULL_HDRLEN;
116 p += NULL_HDRLEN;
147 null_hdr_print(family, length + NULL_HDRLEN);
152 return (NULL_HDRLEN);

Completed in 121 milliseconds