TCP pseudo header structure. More...
#include <netinet/tcp.h>
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. |
TCP pseudo header structure.
IP address of sender.
IP address of target.
Checksum.