Searched refs:ENC_HDRLEN (Results 1 – 2 of 2) sorted by relevance
56 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()
37 #define ENC_HDRLEN 12 macro