#include <tcp.h>
Data Fields | |
| struct tcp_mss_option * | mssopt |
| MSS option, if present. | |
| struct tcp_timestamp_option * | tsopt |
| Timestampe option, if present. | |
Definition at line 75 of file tcp.h.
struct tcp_mss_option* tcp_options::mssopt [read] |
struct tcp_timestamp_option* tcp_options::tsopt [read] |
Timestampe option, if present.
Definition at line 79 of file tcp.h.
Referenced by tcp_rx(), tcp_rx_opts(), and tcp_rx_syn().
1.5.7.1