Home | History | Annotate | Download | only in libpcap

Lines Matching refs:rxbuf

839 static char rxbuf [ETH_MAX+100]; /* rx-buffer with some margin */
849 memcpy (rxbuf, buf, pcap->caplen);
867 return (void*) &rxbuf;