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

/external/libpcap/
H A Dpcap-rpcap.h303 u_int tp_hdrlen; /* hdrlen of tpacket_hdr for mmaped ring */ member in struct:pcap_md
H A Dpcap-linux.c320 u_int tp_hdrlen; /* hdrlen of tpacket_hdr for mmaped ring */ member in struct:pcap_linux
3831 handlep->tp_hdrlen = val;
3959 handlep->tp_hdrlen = sizeof(struct tpacket_hdr);
3994 handlep->tp_hdrlen = sizeof(struct tpacket_hdr_64);
4030 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; local
4143 tp_hdrlen = TPACKET_ALIGN(handlep->tp_hdrlen) + sizeof(struct sockaddr_ll) ;
4144 netoff = TPACKET_ALIGN(tp_hdrlen + (maclen < 16 ? 16 : maclen)) + tp_reserve;
4663 sll = (void *)frame + TPACKET_ALIGN(handlep->tp_hdrlen);
4684 TPACKET_ALIGN(handlep->tp_hdrlen)
[all...]

Completed in 890 milliseconds