Home | History | Annotate | Download | only in libpcap

Lines Matching refs:rx_buf

226   BYTE  *rx_buf;
258 rx_len = (*dev->peek_rx_buf) (&rx_buf);
264 rx_buf = buf;
277 (!p->fcode.bf_insns || bpf_filter(p->fcode.bf_insns, rx_buf, pcap.len, pcap.caplen)))
285 (*callback) (data, &pcap, rx_buf);
289 (*dev->release_rx_buf) (rx_buf);