iPXE
|
Data Structures | |
struct | tcp_option |
Generic TCP option. More... | |
struct | tcp_mss_option |
TCP MSS option. More... | |
struct | tcp_window_scale_option |
TCP window scale option. More... | |
struct | tcp_window_scale_padded_option |
Padded TCP window scale option (used for sending) More... | |
struct | tcp_sack_permitted_option |
TCP selective acknowledgement permitted option. More... | |
struct | tcp_sack_permitted_padded_option |
Padded TCP selective acknowledgement permitted option (used for sending) More... | |
struct | tcp_sack_option |
TCP selective acknowledgement option. More... | |
struct | tcp_sack_block |
TCP selective acknowledgement block. More... | |
struct | tcp_sack_padded_option |
Padded TCP selective acknowledgement option (used for sending) 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... | |
Macros | |
#define | TCP_OPTION_END 0 |
End of TCP options list. More... | |
#define | TCP_OPTION_NOP 1 |
TCP option pad. More... | |
#define | TCP_OPTION_MSS 2 |
Code for the TCP MSS option. More... | |
#define | TCP_OPTION_WS 3 |
Code for the TCP window scale option. More... | |
#define | TCP_RX_WINDOW_SCALE 9 |
Advertised TCP window scale. More... | |
#define | TCP_OPTION_SACK_PERMITTED 4 |
Code for the TCP selective acknowledgement permitted option. More... | |
#define | TCP_SACK_MAX 3 |
Maximum number of selective acknowledgement blocks. More... | |
#define | TCP_OPTION_SACK 5 |
Code for the TCP selective acknowledgement option. More... | |
#define | TCP_OPTION_TS 8 |
Code for the TCP timestamp option. More... | |
Functions | |
struct tcp_window_scale_padded_option | __attribute ((packed)) |
Variables | |
struct tcp_sack_permitted_option | __attribute |
#define TCP_RX_WINDOW_SCALE 9 |
#define TCP_OPTION_SACK_PERMITTED 4 |
#define TCP_SACK_MAX 3 |
#define TCP_OPTION_SACK 5 |
struct tcp_window_scale_padded_option __attribute | ( | (packed) | ) |
struct tcp_sack_permitted_option __attribute |