Nut/OS  5.0.5
API Reference
_TCPPSEUDOHDR Struct Reference

TCP pseudo header structure. More...

#include <netinet/tcp.h>

Collaboration diagram for _TCPPSEUDOHDR:
[legend]

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.


Field Documentation

IP address of sender.

IP address of target.


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