Home | History | Annotate | Download | only in libpcap

Lines Matching defs:rx_buf

210   BYTE  *rx_buf;
242 rx_len = (*dev->peek_rx_buf) (&rx_buf);
248 rx_buf = buf;
261 (!fcode || bpf_filter(fcode, rx_buf, pcap.len, pcap.caplen)))
269 (*callback) (data, &pcap, rx_buf);
273 (*dev->release_rx_buf) (rx_buf);