Home | History | Annotate | Download | only in libpcap

Lines Matching full:rxbuf

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