eBPF for Windows
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 ns: 1
 
uint16_t reserved: 3
 
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

◆ ack

uint16_t tcphdr::ack

◆ ack_seq

uint32_t tcphdr::ack_seq

◆ check

uint16_t tcphdr::check

◆ cwr

uint16_t tcphdr::cwr

◆ dest

uint16_t tcphdr::dest

◆ doff

uint16_t tcphdr::doff

◆ ece

uint16_t tcphdr::ece

◆ fin

uint16_t tcphdr::fin

◆ ns

uint16_t tcphdr::ns

◆ psh

uint16_t tcphdr::psh

◆ reserved

uint16_t tcphdr::reserved

◆ rst

uint16_t tcphdr::rst

◆ seq

uint32_t tcphdr::seq

◆ source

uint16_t tcphdr::source

◆ syn

uint16_t tcphdr::syn

◆ urg

uint16_t tcphdr::urg

◆ urg_ptr

uint16_t tcphdr::urg_ptr

◆ window

uint16_t tcphdr::window

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