Searched refs:BUFSPACE (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsdlpi.c48 #define BUFSPACE (4*CHUNKSIZE) macro
H A Dsnit.c48 #define BUFSPACE (4*CHUNKSIZE) macro
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-snit.c77 #define BUFSPACE (4*CHUNKSIZE) macro
408 p->bufsize = BUFSPACE;
H A Dpcap-pf.c93 * BUFSPACE is the size in bytes of the packet read buffer. Most tcpdump
98 #define BUFSPACE (200 * 256) macro
509 p->bufsize = BUFSPACE;
H A Dpcap-nit.c65 #define BUFSPACE (4*CHUNKSIZE) macro
231 nioc.nioc_bufspace = BUFSPACE;
321 p->bufsize = BUFSPACE;
H A Dpcap-enet.c42 #define BUFSPACE (4*1024) macro
61 u_char p[BUFSPACE];
182 ctl.en_maxlen = BUFSPACE;
/freebsd-11-stable/contrib/amd/amd/
H A Dopts.c52 * The BUFSPACE macros checks that there is enough space
57 #define BUFSPACE(ep, len) (((ep) + (len)) < expbuf+MAXPATHLEN) macro
1047 if (BUFSPACE(ep, len)) {
1050 * semantics. BUFSPACE guarantees that ep can hold len.
1064 if (BUFSPACE(ep, 1)) {
1143 * use of the BUFSPACE macro above guarantees the safe use of
1236 if (BUFSPACE(ep, vlen+1)) {
1271 if (BUFSPACE(ep, vlen+1)) {
1303 if (BUFSPACE(ep, vlen+1)) {

Completed in 128 milliseconds