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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c3803 unsigned int tp_mac; local
3815 tp_mac = h.h1->tp_mac;
3823 tp_mac = h.h2->tp_mac;
3836 if (tp_mac + tp_snaplen > handle->bufsize) {
3840 tp_mac, tp_snaplen, handle->bufsize);
3853 bp = (unsigned char*)h.raw + tp_mac;

Completed in 90 milliseconds