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

  /external/libpcap/pcap/
sll.h 80 #define SLL_HDR_LEN 16 /* total header length */
  /external/tcpdump/
print-sll.c 78 #define SLL_HDR_LEN 16 /* total header length */
205 if (caplen < SLL_HDR_LEN) {
223 length -= SLL_HDR_LEN;
224 caplen -= SLL_HDR_LEN;
225 p += SLL_HDR_LEN;
226 hdrlen = SLL_HDR_LEN;
303 sll_print(ndo, sllp, length + SLL_HDR_LEN);
  /external/libpcap/
pcap-linux.c     [all...]

Completed in 532 milliseconds