Home
last modified time | relevance | path

Searched refs:DEFAULT_SNAPLEN (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dnetdissect.h173 #define DEFAULT_SNAPLEN 68 macro
175 #define DEFAULT_SNAPLEN 96 macro
Dinterface.h90 #define DEFAULT_SNAPLEN 68 /* ether + IPv4 + TCP + 14 */ macro
92 #define DEFAULT_SNAPLEN 96 /* ether + IPv6 + TCP + 22 */ macro
Dtcpdump.c483 gndo->ndo_snaplen = DEFAULT_SNAPLEN; in main()