#include <ip_header.h>
Data Fields | |
| uint32_t | destination_address |
| uint8_t | ffoh |
| uint8_t | fragment_offset_low |
| uint16_t | header_checksum |
| uint16_t | identification |
| uint8_t | protocol |
| uint32_t | source_address |
| uint8_t | tos |
| uint16_t | total_length |
| uint8_t | ttl |
| uint8_t | vhl |
The variable options should be included after the header itself and indicated by the increased header length value.
Definition at line 144 of file ip_header.h.
1.4.7