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

  /external/tcpdump/
ether.h 57 #define ETHER_HDRLEN 14
print-ether.c 144 if (caplen < ETHER_HDRLEN) {
148 if (length < ETHER_HDRLEN) {
160 length -= ETHER_HDRLEN;
161 caplen -= ETHER_HDRLEN;
163 p += ETHER_HDRLEN;
164 hdrlen = ETHER_HDRLEN;

Completed in 113 milliseconds