Retro Rocket Kernel
BASIC-Powered Operating System
tcp_ip_pseudo_header_t Struct Reference

#include <tcp.h>

+ Collaboration diagram for tcp_ip_pseudo_header_t:

Data Fields

uint32_t src
 
uint32_t dst
 
uint8_t reserved
 
uint8_t protocol
 
uint16_t len
 
uint8_t body []
 

Field Documentation

◆ body

uint8_t tcp_ip_pseudo_header_t::body[]

◆ dst

uint32_t tcp_ip_pseudo_header_t::dst

◆ len

uint16_t tcp_ip_pseudo_header_t::len

◆ protocol

uint8_t tcp_ip_pseudo_header_t::protocol

◆ reserved

uint8_t tcp_ip_pseudo_header_t::reserved

◆ src

uint32_t tcp_ip_pseudo_header_t::src