Home
last modified time | relevance | path

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

/minix3/external/bsd/tcpdump/dist/
H A Dprint-sll.c82 #define SLL_HDR_LEN 16 /* total header length */ macro
208 if (caplen < SLL_HDR_LEN) { in sll_if_print()
226 length -= SLL_HDR_LEN; in sll_if_print()
227 caplen -= SLL_HDR_LEN; in sll_if_print()
228 p += SLL_HDR_LEN; in sll_if_print()
267 sll_print(ndo, sllp, length + SLL_HDR_LEN); in sll_if_print()
283 return (SLL_HDR_LEN); in sll_if_print()
306 sll_print(ndo, sllp, length + SLL_HDR_LEN); in sll_if_print()
312 return (SLL_HDR_LEN); in sll_if_print()
/minix3/external/bsd/libpcap/dist/pcap/
H A Dsll.h82 #define SLL_HDR_LEN 16 /* total header length */ macro
/minix3/external/bsd/libpcap/dist/
H A Dpcap-linux.c1532 offset = SLL_HDR_LEN;
1663 packet_len += SLL_HDR_LEN;
3401 if (handle->snapshot < SLL_HDR_LEN + 1)
3402 handle->snapshot = SLL_HDR_LEN + 1;
4463 bp -= SLL_HDR_LEN;
4515 pcaphdr.caplen += SLL_HDR_LEN;
4516 pcaphdr.len += SLL_HDR_LEN;
6384 if (p->k >= SLL_HDR_LEN) {
6391 p->k -= SLL_HDR_LEN;