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.c1778 offset = SLL_HDR_LEN;
1909 packet_len += SLL_HDR_LEN;
3875 if (handle->snapshot < SLL_HDR_LEN + 1)
3876 handle->snapshot = SLL_HDR_LEN + 1;
3899 handlep->vlan_offset = SLL_HDR_LEN - 2;
4944 bp -= SLL_HDR_LEN;
5001 pcaphdr.caplen += SLL_HDR_LEN;
5002 pcaphdr.len += SLL_HDR_LEN;
6976 if (p->k >= SLL_HDR_LEN) {
6983 p->k -= SLL_HDR_LEN;