Home
last modified time | relevance | path

Searched refs:SLL_HDR_LEN (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dprint-sll.c123 if (caplen < SLL_HDR_LEN) { in sll_if_print()
141 length -= SLL_HDR_LEN; in sll_if_print()
142 caplen -= SLL_HDR_LEN; in sll_if_print()
143 p += SLL_HDR_LEN; in sll_if_print()
182 sll_print(sllp, length + SLL_HDR_LEN); in sll_if_print()
198 return (SLL_HDR_LEN); in sll_if_print()
224 sll_print(sllp, length + SLL_HDR_LEN); in sll_if_print()
230 return (SLL_HDR_LEN); in sll_if_print()
Dsll.h82 #define SLL_HDR_LEN 16 /* total header length */ macro
/external/libpcap/pcap/
Dsll.h82 #define SLL_HDR_LEN 16 /* total header length */ macro
/external/libpcap/
Dpcap-linux.c1487 offset = SLL_HDR_LEN;
1618 packet_len += SLL_HDR_LEN;
3294 if (handle->snapshot < SLL_HDR_LEN + 1)
3295 handle->snapshot = SLL_HDR_LEN + 1;
4234 bp -= SLL_HDR_LEN;
4263 pcaphdr.caplen += SLL_HDR_LEN;
4264 pcaphdr.len += SLL_HDR_LEN;
5942 if (p->k >= SLL_HDR_LEN) {
5949 p->k -= SLL_HDR_LEN;