Home
last modified time | relevance | path

Searched refs:PcapBufSize (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dpcap-win32.c56 #define PcapBufSize 256000 /*dimension of the buffer in the pcap_t structure*/ macro
527 p->bufsize = PcapBufSize; in pcap_open_live()
545 p->buffer = (u_char *)malloc(PcapBufSize); in pcap_open_live()