iPXE
Data Fields
tcp_options Struct Reference

Parsed TCP options. More...

#include <tcp.h>

Data Fields

const struct tcp_window_scale_optionwsopt
 Window scale option, if present. More...
 
const struct tcp_sack_permitted_optionspopt
 SACK permitted option, if present. More...
 
const struct tcp_timestamp_optiontsopt
 Timestamp option, if present. More...
 

Detailed Description

Parsed TCP options.

Definition at line 142 of file tcp.h.

Field Documentation

◆ wsopt

const struct tcp_window_scale_option* tcp_options::wsopt

Window scale option, if present.

Definition at line 144 of file tcp.h.

◆ spopt

const struct tcp_sack_permitted_option* tcp_options::spopt

SACK permitted option, if present.

Definition at line 146 of file tcp.h.

◆ tsopt

const struct tcp_timestamp_option* tcp_options::tsopt

Timestamp option, if present.

Definition at line 148 of file tcp.h.


The documentation for this struct was generated from the following file: