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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-int.h149 u_int tp_hdrlen; /* hdrlen of tpacket_hdr for mmaped ring */ member in struct:pcap_md
H A Dpcap-linux.c3219 handle->md.tp_hdrlen = sizeof(struct tpacket_hdr);
3235 handle->md.tp_hdrlen = val;
3279 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; local
3380 tp_hdrlen = TPACKET_ALIGN(handle->md.tp_hdrlen) + sizeof(struct sockaddr_ll) ;
3381 netoff = TPACKET_ALIGN(tp_hdrlen + (maclen < 16 ? 16 : maclen)) + tp_reserve;
3864 sll = (void *)h.raw + TPACKET_ALIGN(handle->md.tp_hdrlen);
3916 TPACKET_ALIGN(handle->md.tp_hdrlen) +

Completed in 73 milliseconds