OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXDLBUF
(Results
1 - 2
of
2
) 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/
pppoe.h
103
#define
MAXDLBUF
8192
Completed in 351 milliseconds