Searched refs:MAX_RST_DATA_LEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-tcp.c69 #define MAX_RST_DATA_LEN 30 macro
719 if (length > MAX_RST_DATA_LEN) {
720 length = MAX_RST_DATA_LEN; /* can use -X for longer */

Completed in 89 milliseconds