OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXIMUM_SNAPLEN
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/tests/
opentest.c
36
#define
MAXIMUM_SNAPLEN
65535
62
snaplen =
MAXIMUM_SNAPLEN
;
92
|| snaplen < 0 || snaplen >
MAXIMUM_SNAPLEN
)
95
snaplen =
MAXIMUM_SNAPLEN
;
/external/libpcap/
pcap-int.h
106
#define
MAXIMUM_SNAPLEN
262144
/external/tcpdump/
netdissect.h
237
#define
MAXIMUM_SNAPLEN
262144
242
#define DEFAULT_SNAPLEN
MAXIMUM_SNAPLEN
Completed in 63 milliseconds