Nut/OS  4.10.3
API Reference
_TCPPSEUDOHDR Struct Reference

TCP pseudo header structure. More...

#include <netinet/tcp.h>

Collaboration diagram for _TCPPSEUDOHDR:

Data Fields

uint32_t tph_src
 IP address of sender.
uint32_t tph_dst
 IP address of target.
uint8_t tph_mbz
 mbz
uint8_t tph_p
 p
uint16_t tph_len
 len
uint16_t tph_sum
 Checksum.

Detailed Description

TCP pseudo header structure.

Definition at line 182 of file tcp.h.


Field Documentation

IP address of sender.

Definition at line 183 of file tcp.h.

IP address of target.

Definition at line 184 of file tcp.h.

mbz

Definition at line 185 of file tcp.h.

p

Definition at line 186 of file tcp.h.

len

Definition at line 187 of file tcp.h.

Checksum.

Definition at line 188 of file tcp.h.


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