Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libpcap/
H A Dpcap-enet.c42 #define BUFSPACE (4*1024) macro
61 u_char p[BUFSPACE]; in readloop()
182 ctl.en_maxlen = BUFSPACE; in initdevice()
H A Dpcap-nit.c65 #define BUFSPACE (4*CHUNKSIZE) macro
231 nioc.nioc_bufspace = BUFSPACE; in nit_setflags()
321 p->bufsize = BUFSPACE; in pcap_activate_nit()
H A Dpcap-snit.c77 #define BUFSPACE (4*CHUNKSIZE) macro
408 p->bufsize = BUFSPACE; in pcap_activate_snit()
H A Dpcap-pf.c98 #define BUFSPACE (200 * 256) macro
509 p->bufsize = BUFSPACE; in pcap_activate_pf()
/freebsd-12.1/contrib/amd/amd/
H A Dopts.c57 #define BUFSPACE(ep, len) (((ep) + (len)) < expbuf+MAXPATHLEN) macro
1047 if (BUFSPACE(ep, len)) { in expand_op()
1064 if (BUFSPACE(ep, 1)) { in expand_op()
1236 if (BUFSPACE(ep, vlen+1)) { in expand_op()
1271 if (BUFSPACE(ep, vlen+1)) { in expand_op()
1303 if (BUFSPACE(ep, vlen+1)) { in expand_op()
/freebsd-12.1/contrib/ipfilter/ipsend/
H A Dslinux.c37 #define BUFSPACE (4*CHUNKSIZE) macro
H A Dsdlpi.c48 #define BUFSPACE (4*CHUNKSIZE) macro
H A Dsnit.c48 #define BUFSPACE (4*CHUNKSIZE) macro
/freebsd-12.1/contrib/amd/
H A DChangeLog1017 * amd/opts.c (expand_op): Need to check BUFSPACE for env for
1033 * amd/opts.c (expand_op): should check BUFSPACE for vlen+1, not