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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-null.c45 #define NULL_HDRLEN 4 macro
82 if (caplen < NULL_HDRLEN) {
84 return (NULL_HDRLEN);
103 length -= NULL_HDRLEN;
104 caplen -= NULL_HDRLEN;
105 p += NULL_HDRLEN;
134 null_hdr_print(ndo, family, length + NULL_HDRLEN);
139 return (NULL_HDRLEN);

Completed in 103 milliseconds