Searched refs:SLL2_HDR_LEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libpcap/pcap/
H A Dsll.h96 #define SLL2_HDR_LEN 20 /* total header length */ macro
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c1820 offset = SLL2_HDR_LEN;
1956 packet_len += SLL2_HDR_LEN;
3952 if (handle->snapshot < SLL2_HDR_LEN + 1)
3953 handle->snapshot = SLL2_HDR_LEN + 1;
4491 * from SLL2_HDR_LEN to get the additional space
4494 * XXX - should we use TPACKET_ALIGN(SLL2_HDR_LEN - SLL_HDR_LEN)?
4496 tp_reserve += SLL2_HDR_LEN - SLL_HDR_LEN;
4584 * from SLL2_HDR_LEN to get the additional space
4587 * XXX - should we use TPACKET_ALIGN(SLL2_HDR_LEN - SLL_HDR_LEN)?
4589 tp_reserve += SLL2_HDR_LEN
[all...]

Completed in 109 milliseconds