HomeSort by relevance Sort by last modified time
    Searched defs:MAXIMUM_SNAPLEN (Results 1 - 2 of 2) 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/tcpdump/
netdissect.h 215 #define MAXIMUM_SNAPLEN 65535
220 #define DEFAULT_SNAPLEN MAXIMUM_SNAPLEN

Completed in 56 milliseconds