Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-enc.c70 #define ENC_HDRLEN 12 macro
97 if (caplen < ENC_HDRLEN) { in enc_if_print()
113 length -= ENC_HDRLEN; in enc_if_print()
114 caplen -= ENC_HDRLEN; in enc_if_print()
115 p += ENC_HDRLEN; in enc_if_print()
129 return (ENC_HDRLEN); in enc_if_print()