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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-tcp.c67 #define MAX_RST_DATA_LEN 30 macro
801 if (length > MAX_RST_DATA_LEN) {
802 length = MAX_RST_DATA_LEN; /* can use -X for longer */

Completed in 114 milliseconds