HomeSort by relevance Sort by last modified time
    Searched refs:MAXDLBUF (Results 1 - 4 of 4) sorted by null

  /external/libpcap/
pcap-dlpi.c 138 #define MAXDLBUF 8192
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;
    [all...]
dlpisubs.c 46 * should be tied to MAXDLBUF, but we'll leave it as this for now.
48 #define MAXDLBUF 8192
49 #define PKTBUFSIZE (MAXDLBUF * sizeof(bpf_u_int32))
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 546 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;
pppoe.h 103 #define MAXDLBUF 8192

Completed in 195 milliseconds