iPXE
|
An IPv4 pseudo header. More...
#include <ip.h>
Data Fields | |
struct in_addr | src |
struct in_addr | dest |
uint8_t | zero_padding |
uint8_t | protocol |
uint16_t | len |
struct in_addr ipv4_pseudo_header::src |
Definition at line 50 of file ip.h.
Referenced by ipv4_pshdr_chksum().
struct in_addr ipv4_pseudo_header::dest |
Definition at line 51 of file ip.h.
Referenced by ipv4_pshdr_chksum().
uint8_t ipv4_pseudo_header::zero_padding |
Definition at line 52 of file ip.h.
Referenced by ipv4_pshdr_chksum().
uint8_t ipv4_pseudo_header::protocol |
Definition at line 53 of file ip.h.
Referenced by ipv4_pshdr_chksum().
uint16_t ipv4_pseudo_header::len |
Definition at line 54 of file ip.h.
Referenced by ipv4_pshdr_chksum().