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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-dlpi.c138 #define MAXDLBUF 8192 macro
175 static bpf_u_int32 ctlbuf[MAXDLBUF];
177 MAXDLBUF,
357 bpf_u_int32 buf[MAXDLBUF];
838 bpf_u_int32 buf[MAXDLBUF];
858 bpf_u_int32 buf[MAXDLBUF];
909 bpf_u_int32 buf[MAXDLBUF];
1001 ctl.maxlen = MAXDLBUF;
1330 bpf_u_int32 buf[MAXDLBUF];
1347 long buf[MAXDLBUF]; /* XX
[all...]
H A Ddlpisubs.c46 * should be tied to MAXDLBUF, but we'll leave it as this for now.
48 #define MAXDLBUF 8192 macro
49 #define PKTBUFSIZE (MAXDLBUF * sizeof(bpf_u_int32))

Completed in 80 milliseconds