Home | History | Annotate | Download | only in libpcap

Lines Matching defs:rxbuf

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