FreeNOS
|
#include <IPV4.h>
Data Fields | |
Address | source |
Address | destination |
u8 | reserved |
u8 | protocol |
u16 | length |
Pseudo Header.
This header can be used by sub-protocols for checksum calculation (e.g. TCP and UDP).
Address IPV4::PseudoHeader::destination |
Definition at line 90 of file IPV4.h.
Referenced by UDP::checksum().
u16 IPV4::PseudoHeader::length |
Definition at line 93 of file IPV4.h.
Referenced by UDP::checksum().
u8 IPV4::PseudoHeader::protocol |
Definition at line 92 of file IPV4.h.
Referenced by UDP::checksum().
u8 IPV4::PseudoHeader::reserved |
Definition at line 91 of file IPV4.h.
Referenced by UDP::checksum().
Address IPV4::PseudoHeader::source |
Definition at line 89 of file IPV4.h.
Referenced by UDP::checksum().