TCP options


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 Documentation

#define TCP_OPTION_END   0

End of TCP options list.

Definition at line 36 of file tcp.h.

Referenced by tcp_rx_opts().

#define TCP_OPTION_NOP   1

TCP option pad.

Definition at line 39 of file tcp.h.

Referenced by tcp_rx_opts(), and tcp_xmit().

#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().


Generated on Tue Apr 6 20:01:59 2010 for gPXE by  doxygen 1.5.7.1