Internet version 4 pseudo header. More...
#include <ip_header.h>
Data Fields | |
uint32_t | source_address |
The source address. | |
uint32_t | destination_address |
The destination address. | |
uint8_t | reserved |
Reserved byte. | |
uint8_t | protocol |
This field indicates the next level protocol used in the data portion of the internet datagram. | |
uint16_t | data_length |
Data length is the length of the datagram, measured in octets. |
Internet version 4 pseudo header.
uint16_t ipv4_pseudo_header::data_length |
Data length is the length of the datagram, measured in octets.
The destination address.
uint8_t ipv4_pseudo_header::protocol |
This field indicates the next level protocol used in the data portion of the internet datagram.
uint8_t ipv4_pseudo_header::reserved |
Reserved byte.
Must be zero.
uint32_t ipv4_pseudo_header::source_address |
The source address.