HomeSort by relevance Sort by last modified time
    Searched refs:BUFSPACE (Results 1 - 4 of 4) sorted by null

  /external/libpcap/
pcap-enet.c 42 #define BUFSPACE (4*1024)
61 u_char p[BUFSPACE];
182 ctl.en_maxlen = BUFSPACE;
pcap-nit.c 65 #define BUFSPACE (4*CHUNKSIZE)
231 nioc.nioc_bufspace = BUFSPACE;
303 p->bufsize = BUFSPACE;
pcap-snit.c 77 #define BUFSPACE (4*CHUNKSIZE)
380 p->bufsize = BUFSPACE;
pcap-pf.c 93 * BUFSPACE is the size in bytes of the packet read buffer. Most tcpdump
98 #define BUFSPACE (200 * 256)
478 p->bufsize = BUFSPACE;

Completed in 67 milliseconds