Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-enc.c69 #define ENC_HDRLEN 12 macro
96 if (caplen < ENC_HDRLEN) { in enc_if_print()
112 length -= ENC_HDRLEN; in enc_if_print()
113 caplen -= ENC_HDRLEN; in enc_if_print()
114 p += ENC_HDRLEN; in enc_if_print()
128 return (ENC_HDRLEN); in enc_if_print()