iPXE
Data Fields
tcphdr Struct Reference

#include <old_tcp.h>

Data Fields

uint16_t src
 
uint16_t dst
 
int32_t seq
 
int32_t ack
 
uint16_t ctrl
 
uint16_t window
 
uint16_t chksum
 
uint16_t urgent
 

Detailed Description

Definition at line 20 of file old_tcp.h.

Field Documentation

◆ src

uint16_t tcphdr::src

Definition at line 21 of file old_tcp.h.

Referenced by tcp_rx(), tcp_xmit_reset(), and tcp_xmit_sack().

◆ dst

uint16_t tcphdr::dst

Definition at line 22 of file old_tcp.h.

◆ seq

int32_t tcphdr::seq

Definition at line 23 of file old_tcp.h.

Referenced by tcp_rx(), tcp_xmit_reset(), and tcp_xmit_sack().

◆ ack

int32_t tcphdr::ack

Definition at line 24 of file old_tcp.h.

Referenced by tcp_rx(), tcp_xmit_reset(), and tcp_xmit_sack().

◆ ctrl

uint16_t tcphdr::ctrl

Definition at line 25 of file old_tcp.h.

◆ window

uint16_t tcphdr::window

Definition at line 26 of file old_tcp.h.

◆ chksum

uint16_t tcphdr::chksum

Definition at line 27 of file old_tcp.h.

◆ urgent

uint16_t tcphdr::urgent

Definition at line 28 of file old_tcp.h.


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