Searched refs:netoff (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c4375 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; local
4531 netoff = TPACKET_ALIGN(tp_hdrlen + (maclen < 16 ? 16 : maclen)) + tp_reserve;
4533 * of netoff, which contradicts
4543 macoff = netoff - maclen;

Completed in 146 milliseconds