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;
181 sll_print(sllp, length + SLL_HDR_LEN);
194 sll_print(sllp, length + SLL_HDR_LEN);
199 return (SLL_HDR_LEN);
sll.h 82 #define SLL_HDR_LEN 16 /* total header length */
  /external/libpcap/
sll.h 79 #define SLL_HDR_LEN 16 /* total header length */
pcap-linux.c 404 if (handle->snapshot < SLL_HDR_LEN + 1)
405 handle->snapshot = SLL_HDR_LEN + 1;
481 offset = SLL_HDR_LEN;
586 packet_len += SLL_HDR_LEN;
    [all...]

Completed in 185 milliseconds