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

  /external/tcpdump/
print-sll.c 123 if (caplen < SLL_HDR_LEN) {
141 length -= SLL_HDR_LEN;
142 caplen -= SLL_HDR_LEN;
143 p += SLL_HDR_LEN;
182 sll_print(sllp, length + SLL_HDR_LEN);
198 return (SLL_HDR_LEN);
224 sll_print(sllp, length + SLL_HDR_LEN);
230 return (SLL_HDR_LEN);
sll.h 82 #define SLL_HDR_LEN 16 /* total header length */
  /external/libpcap/pcap/
sll.h 82 #define SLL_HDR_LEN 16 /* total header length */
  /external/libpcap/
pcap-linux.c     [all...]

Completed in 2266 milliseconds