friendev EtherDune TCP/IP library
Public Attributes | List of all members
TCPOptions Struct Reference

Structure to encode one 2-byte long TCP option. More...

#include <inet.h>

Public Attributes

uint8_t option1
 Option kind. More...
 
uint8_t option1_length
 option length More...
 
nint16_t option1_value
 option value More...
 

Detailed Description

Structure to encode one 2-byte long TCP option.

Definition at line 378 of file inet.h.

Member Data Documentation

uint8_t TCPOptions::option1

Option kind.

Definition at line 381 of file inet.h.

uint8_t TCPOptions::option1_length

option length

Definition at line 382 of file inet.h.

nint16_t TCPOptions::option1_value

option value

Definition at line 383 of file inet.h.


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