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

/external/tcpdump/
H A Dprint-tcp.c68 #define MAX_RST_DATA_LEN 30 macro
721 if (length > MAX_RST_DATA_LEN) {
722 length = MAX_RST_DATA_LEN; /* can use -X for longer */

Completed in 135 milliseconds