VSF Documented
Data Fields
tcphdr Struct Reference

#include <tcp.h>

Data Fields

uint16_t source
 
uint16_t dest
 
uint32_t seq
 
uint32_t ack_seq
 
uint16_t res1:4
 
uint16_t doff:4
 
uint16_t fin:1
 
uint16_t syn:1
 
uint16_t rst:1
 
uint16_t psh:1
 
uint16_t ack:1
 
uint16_t urg:1
 
uint16_t ece:1
 
uint16_t cwr:1
 
uint16_t window
 
uint16_t check
 
uint16_t urg_ptr
 

Field Documentation

◆ source

uint16_t tcphdr::source

◆ dest

uint16_t tcphdr::dest

◆ seq

uint32_t tcphdr::seq

◆ ack_seq

uint32_t tcphdr::ack_seq

◆ res1

uint16_t tcphdr::res1

◆ doff

uint16_t tcphdr::doff

◆ fin

uint16_t tcphdr::fin

◆ syn

uint16_t tcphdr::syn

◆ rst

uint16_t tcphdr::rst

◆ psh

uint16_t tcphdr::psh

◆ ack

uint16_t tcphdr::ack

◆ urg

uint16_t tcphdr::urg

◆ ece

uint16_t tcphdr::ece

◆ cwr

uint16_t tcphdr::cwr

◆ window

uint16_t tcphdr::window

◆ check

uint16_t tcphdr::check

◆ urg_ptr

uint16_t tcphdr::urg_ptr