iPXE
Data Fields
tcp_timestamp_option Struct Reference

TCP timestamp option. More...

#include <tcp.h>

Data Fields

uint8_t kind
 
uint8_t length
 
uint32_t tsval
 
uint32_t tsecr
 

Detailed Description

TCP timestamp option.

Definition at line 125 of file tcp.h.

Field Documentation

◆ kind

uint8_t tcp_timestamp_option::kind

Definition at line 126 of file tcp.h.

Referenced by tcp_xmit_sack().

◆ length

uint8_t tcp_timestamp_option::length

Definition at line 127 of file tcp.h.

Referenced by tcp_xmit_sack().

◆ tsval

uint32_t tcp_timestamp_option::tsval

Definition at line 128 of file tcp.h.

Referenced by tcp_xmit_sack().

◆ tsecr

uint32_t tcp_timestamp_option::tsecr

Definition at line 129 of file tcp.h.

Referenced by tcp_xmit_sack().


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