|
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 58 of file ip.h.
Referenced by ipv4_pshdr_chksum().
| struct in_addr ipv4_pseudo_header::dest |
Definition at line 59 of file ip.h.
Referenced by ipv4_pshdr_chksum().
| uint8_t ipv4_pseudo_header::zero_padding |
Definition at line 60 of file ip.h.
Referenced by ipv4_pshdr_chksum().
| uint8_t ipv4_pseudo_header::protocol |
Definition at line 61 of file ip.h.
Referenced by ipv4_pshdr_chksum().
| uint16_t ipv4_pseudo_header::len |
Definition at line 62 of file ip.h.
Referenced by ipv4_pshdr_chksum().