Home | History | Annotate | Download | only in libpcap

Lines Matching refs:MAXDLBUF

137 #define	MAXDLBUF	8192
160 * should be tied to MAXDLBUF, but we'll leave it as this for now.
162 #define PKTBUFSIZE (MAXDLBUF * sizeof(bpf_u_int32))
236 static bpf_u_int32 ctlbuf[MAXDLBUF];
238 MAXDLBUF,
477 bpf_u_int32 buf[MAXDLBUF];
1018 bpf_u_int32 buf[MAXDLBUF];
1032 bpf_u_int32 buf[MAXDLBUF];
1154 ctl.maxlen = MAXDLBUF;
1497 long buf[MAXDLBUF]; /* XXX - char? */
1622 char buf[MAXDLBUF];
1643 * recv_ack will fail because it set the maxlen to MAXDLBUF (8192)