Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-enc.c56 if (caplen < ENC_HDRLEN) { in enc_if_print()
72 length -= ENC_HDRLEN; in enc_if_print()
74 ip_print(gndo, p + ENC_HDRLEN, length); in enc_if_print()
77 return (ENC_HDRLEN); in enc_if_print()
Denc.h37 #define ENC_HDRLEN 12 macro