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

/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Ddltest.h11 #define MAXDLBUF 8192 macro
H A Ddlcommon.c69 ctl.maxlen = MAXDLBUF;
117 long buf[MAXDLBUF];
146 long buf[MAXDLBUF];
242 long buf[MAXDLBUF];
324 long buf[MAXDLBUF];
379 ctl.maxlen = MAXDLBUF;
408 ctl.maxlen = MAXDLBUF;
437 ctl.maxlen = MAXDLBUF;
463 ctl.maxlen = MAXDLBUF;
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-dlpi.c144 #define MAXDLBUF 8192 macro
194 bpf_u_int32 ctlbuf[MAXDLBUF];
196 MAXDLBUF,
228 ctl.maxlen = MAXDLBUF;
517 bpf_u_int32 buf[MAXDLBUF];
916 bpf_u_int32 buf[MAXDLBUF];
936 bpf_u_int32 buf[MAXDLBUF];
987 bpf_u_int32 buf[MAXDLBUF];
1167 ctl.maxlen = MAXDLBUF;
1494 bpf_u_int32 buf[MAXDLBUF];
[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 71 milliseconds