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

  /external/libpcap/
pcap-enet.c 46 #define BUFSPACE (4*1024)
65 u_char p[BUFSPACE];
186 ctl.en_maxlen = BUFSPACE;
pcap-nit.c 69 #define BUFSPACE (4*CHUNKSIZE)
218 nioc.nioc_bufspace = BUFSPACE;
292 p->bufsize = BUFSPACE;
pcap-snit.c 82 #define BUFSPACE (4*CHUNKSIZE)
364 p->bufsize = BUFSPACE;
pcap-pf.c 80 * BUFSPACE is the size in bytes of the packet read buffer. Most tcpdump
85 #define BUFSPACE (200 * 256)
485 p->bufsize = BUFSPACE;

Completed in 62 milliseconds