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

/external/libpcap/
H A Dpcap-dlpi.c137 #define MAXDLBUF 8192 macro
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]; /* XX
[all...]
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c546 u_char xmitbuf[MAXDLBUF];
675 data.maxlen = MAXDLBUF;
711 long buf[MAXDLBUF];
807 long buf[MAXDLBUF];
839 ctl.maxlen = MAXDLBUF;
913 ctl.maxlen = MAXDLBUF;
945 ctl.maxlen = MAXDLBUF;
H A Dpppoe.h103 #define MAXDLBUF 8192 macro

Completed in 86 milliseconds