INET Framework for OMNeT++/OMNEST
inet::tcp::tcphdr Struct Reference

#include <tcphdr.h>

Public Attributes

uint16_t th_sport
 
uint16_t th_dport
 
uint32_t th_seq
 
uint32_t th_ack
 
uint8_t th_x2: 4
 
uint8_t th_offs: 4
 
uint8_t th_flags
 
uint16_t th_win
 
uint16_t th_sum
 
uint16_t th_urp
 
uint32_t th_options [0]
 

Member Data Documentation

◆ th_ack

◆ th_dport

uint16_t inet::tcp::tcphdr::th_dport

◆ th_flags

uint8_t inet::tcp::tcphdr::th_flags

◆ th_offs

◆ th_options

uint32_t inet::tcp::tcphdr::th_options[0]

◆ th_seq

◆ th_sport

uint16_t inet::tcp::tcphdr::th_sport

◆ th_sum

◆ th_urp

◆ th_win

◆ th_x2

uint8_t inet::tcp::tcphdr::th_x2

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