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

/external/tcpdump/
H A Dprint-null.c56 #define NULL_HDRLEN 4 macro
94 if (caplen < NULL_HDRLEN) {
96 return (NULL_HDRLEN);
115 length -= NULL_HDRLEN;
116 caplen -= NULL_HDRLEN;
117 p += NULL_HDRLEN;
148 null_hdr_print(family, length + NULL_HDRLEN);
153 return (NULL_HDRLEN);

Completed in 334 milliseconds