Searched refs:MAXDLBUF (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/ipfilter/ipsend/
H A Ddltest.h11 #define MAXDLBUF 8192 macro
H A Ddlcommon.c73 ctl.maxlen = MAXDLBUF;
121 long buf[MAXDLBUF];
150 long buf[MAXDLBUF];
246 long buf[MAXDLBUF];
328 long buf[MAXDLBUF];
383 ctl.maxlen = MAXDLBUF;
412 ctl.maxlen = MAXDLBUF;
441 ctl.maxlen = MAXDLBUF;
467 ctl.maxlen = MAXDLBUF;
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-dlpi.c133 #define MAXDLBUF 8192 macro
170 static bpf_u_int32 ctlbuf[MAXDLBUF];
172 MAXDLBUF,
354 bpf_u_int32 buf[MAXDLBUF];
877 bpf_u_int32 buf[MAXDLBUF];
897 bpf_u_int32 buf[MAXDLBUF];
948 bpf_u_int32 buf[MAXDLBUF];
1040 ctl.maxlen = MAXDLBUF;
1369 bpf_u_int32 buf[MAXDLBUF];
1386 long buf[MAXDLBUF]; /* XX
[all...]
H A Ddlpisubs.c42 * should be tied to MAXDLBUF, but we'll leave it as this for now.
44 #define MAXDLBUF 8192 macro
45 #define PKTBUFSIZE (MAXDLBUF * sizeof(bpf_u_int32))

Completed in 170 milliseconds