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

/external/libpcap/
H A Dpcap-linux.c306 u_int tp_hdrlen; /* hdrlen of tpacket_hdr for mmaped ring */ member in struct:pcap_linux
3470 handlep->tp_hdrlen = val;
3515 handlep->tp_hdrlen = sizeof(struct tpacket_hdr);
3581 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; local
3693 tp_hdrlen = TPACKET_ALIGN(handlep->tp_hdrlen) + sizeof(struct sockaddr_ll) ;
3694 netoff = TPACKET_ALIGN(tp_hdrlen + (maclen < 16 ? 16 : maclen)) + tp_reserve;
4213 sll = (void *)frame + TPACKET_ALIGN(handlep->tp_hdrlen);
4244 TPACKET_ALIGN(handlep->tp_hdrlen) +

Completed in 426 milliseconds