Loading...
Searching...
No Matches
tcp_hdr_opt_t Struct Reference

TCP option field helper structure. More...

Detailed Description

TCP option field helper structure.

Definition at line 73 of file tcp.h.

#include <tcp.h>

Data Fields

uint8_t kind
 TCP options "Kind" field.
 
uint8_t length
 TCP options "Length" field.
 
uint8_t value []
 TCP options "Value" field.
 

Field Documentation

◆ kind

uint8_t tcp_hdr_opt_t::kind

TCP options "Kind" field.

Definition at line 74 of file tcp.h.

◆ length

uint8_t tcp_hdr_opt_t::length

TCP options "Length" field.

Definition at line 75 of file tcp.h.

◆ value

uint8_t tcp_hdr_opt_t::value[]

TCP options "Value" field.

Definition at line 76 of file tcp.h.


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