Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sll.c78 #define SLL_HDR_LEN 16 /* total header length */ macro
205 if (caplen < SLL_HDR_LEN) { in sll_if_print()
223 length -= SLL_HDR_LEN; in sll_if_print()
224 caplen -= SLL_HDR_LEN; in sll_if_print()
225 p += SLL_HDR_LEN; in sll_if_print()
226 hdrlen = SLL_HDR_LEN; in sll_if_print()
303 sll_print(ndo, sllp, length + 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.c1715 offset = SLL_HDR_LEN;
1846 packet_len += SLL_HDR_LEN;
3620 if (handle->snapshot < SLL_HDR_LEN + 1)
3621 handle->snapshot = SLL_HDR_LEN + 1;
3644 handlep->vlan_offset = SLL_HDR_LEN - 2;
4674 bp -= SLL_HDR_LEN;
4726 pcaphdr.caplen += SLL_HDR_LEN;
4727 pcaphdr.len += SLL_HDR_LEN;
6707 if (p->k >= SLL_HDR_LEN) {
6714 p->k -= SLL_HDR_LEN;