OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXDLBUF
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/
pcap-dlpi.c
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
;
[
all
...]
/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 102 milliseconds