Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/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
/freebsd-10-stable/contrib/libpcap/pcap/
Dsll.h82 #define SLL_HDR_LEN 16 /* total header length */ macro
/freebsd-10-stable/contrib/libpcap/
Dpcap-linux.c1369 offset = SLL_HDR_LEN;
1521 packet_len += SLL_HDR_LEN;
3084 if (handle->snapshot < SLL_HDR_LEN + 1)
3085 handle->snapshot = SLL_HDR_LEN + 1;
3906 bp -= SLL_HDR_LEN;
3935 pcaphdr.caplen += SLL_HDR_LEN;
3936 pcaphdr.len += SLL_HDR_LEN;
5343 if (p->k >= SLL_HDR_LEN) {
5350 p->k -= SLL_HDR_LEN;