Data Structures | |
| struct | tcp_option |
| Generic TCP option. More... | |
| struct | tcp_mss_option |
| TCP MSS option. More... | |
| struct | tcp_timestamp_option |
| TCP timestamp option. More... | |
| struct | tcp_timestamp_padded_option |
| Padded TCP timestamp option (used for sending). More... | |
| struct | tcp_options |
| Parsed TCP options. More... | |
Defines | |
| #define | TCP_OPTION_END 0 |
| End of TCP options list. | |
| #define | TCP_OPTION_NOP 1 |
| TCP option pad. | |
| #define | TCP_OPTION_MSS 2 |
| Code for the TCP MSS option. | |
| #define | TCP_OPTION_TS 8 |
| Code for the TCP timestamp option. | |
| #define TCP_OPTION_END 0 |
| #define TCP_OPTION_NOP 1 |
| #define TCP_OPTION_MSS 2 |
Code for the TCP MSS option.
Definition at line 55 of file tcp.h.
Referenced by tcp_rx_opts(), and tcp_xmit().
| #define TCP_OPTION_TS 8 |
Code for the TCP timestamp option.
Definition at line 72 of file tcp.h.
Referenced by tcp_rx_opts(), and tcp_xmit().
1.5.7.1