Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sll.c77 #define SLL_HDR_LEN 16 /* total header length */ macro
203 if (caplen < SLL_HDR_LEN) { in sll_if_print()
221 length -= SLL_HDR_LEN; in sll_if_print()
222 caplen -= SLL_HDR_LEN; in sll_if_print()
223 p += SLL_HDR_LEN; in sll_if_print()
262 sll_print(ndo, sllp, length + SLL_HDR_LEN); in sll_if_print()
278 return (SLL_HDR_LEN); in sll_if_print()
301 sll_print(ndo, sllp, length + SLL_HDR_LEN); in sll_if_print()
307 return (SLL_HDR_LEN); in sll_if_print()
/external/libpcap/pcap/
Dsll.h80 #define SLL_HDR_LEN 16 /* total header length */ macro
/external/libpcap/
Dpcap-linux.c1576 offset = SLL_HDR_LEN;
1707 packet_len += SLL_HDR_LEN;
3445 if (handle->snapshot < SLL_HDR_LEN + 1)
3446 handle->snapshot = SLL_HDR_LEN + 1;
4507 bp -= SLL_HDR_LEN;
4559 pcaphdr.caplen += SLL_HDR_LEN;
4560 pcaphdr.len += SLL_HDR_LEN;
6431 if (p->k >= SLL_HDR_LEN) {
6438 p->k -= SLL_HDR_LEN;