Searched refs:BUFSPACE (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/ipsd/
H A Dslinux.c34 #define BUFSPACE 32768 macro
67 static u_char buf[BUFSPACE];
78 cc = recvfrom(fd, buf, BUFSPACE, 0, &dest, &dlen);
H A Dsnit.c45 #define BUFSPACE 32768 macro
80 static u_char buf[BUFSPACE];
87 while ((cc = read(fd, buf, BUFSPACE-1)) >= 0) {
126 int ret, offset, fd, snaplen= 76, chunksize = BUFSPACE;
H A Dsdlpi.c45 #define BUFSPACE 32768 macro
86 static u_char buf[BUFSPACE];
158 int i, offset, fd, snaplen= 58, chunksize = BUFSPACE;
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-enet.c46 #define BUFSPACE (4*1024) macro
65 u_char p[BUFSPACE];
186 ctl.en_maxlen = BUFSPACE;
H A Dpcap-nit.c69 #define BUFSPACE (4*CHUNKSIZE) macro
217 nioc.nioc_bufspace = BUFSPACE;
283 p->bufsize = BUFSPACE;
H A Dpcap-snit.c82 #define BUFSPACE (4*CHUNKSIZE) macro
361 p->bufsize = BUFSPACE;
H A Dpcap-pf.c80 * BUFSPACE is the size in bytes of the packet read buffer. Most tcpdump
85 #define BUFSPACE (200 * 256) macro
474 p->bufsize = BUFSPACE;
/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Dslinux.c37 #define BUFSPACE (4*CHUNKSIZE) macro
H A Dsdlpi.c55 #define BUFSPACE (4*CHUNKSIZE) macro
H A Dsnit.c48 #define BUFSPACE (4*CHUNKSIZE) macro
/freebsd-10.0-release/contrib/amd/amd/
H A Dopts.c56 * The BUFSPACE macros checks that there is enough space
61 #define BUFSPACE(ep, len) (((ep) + (len)) < expbuf+MAXPATHLEN) macro
1051 if (BUFSPACE(ep, len)) {
1054 * semantics. BUFSPACE guarantees that ep can hold len.
1068 if (BUFSPACE(ep, 1)) {
1147 * use of the BUFSPACE macro above guarantees the safe use of
1240 if (BUFSPACE(ep, vlen+1)) {
1269 if (BUFSPACE(ep, vlen+1)) {
1301 if (BUFSPACE(ep, vlen+1)) {

Completed in 77 milliseconds