HomeSort by relevance Sort by last modified time
    Searched refs:ENC_HDRLEN (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
enc.h 37 #define ENC_HDRLEN 12
print-enc.c 56 if (caplen < ENC_HDRLEN) {
72 length -= ENC_HDRLEN;
74 ip_print(gndo, p + ENC_HDRLEN, length);
77 return (ENC_HDRLEN);

Completed in 30 milliseconds