Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-tcp.c67 #define MAX_RST_DATA_LEN 30 macro
851 if (length > MAX_RST_DATA_LEN) { in print_tcp_rst_data()
852 length = MAX_RST_DATA_LEN; /* can use -X for longer */ in print_tcp_rst_data()