Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-enc.c57 if (caplen < ENC_HDRLEN) { in enc_if_print()
73 length -= ENC_HDRLEN; in enc_if_print()
74 caplen -= ENC_HDRLEN; in enc_if_print()
75 p += ENC_HDRLEN; in enc_if_print()
89 return (ENC_HDRLEN); in enc_if_print()
Denc.h37 #define ENC_HDRLEN 12 macro