IpHeader
Overview
Related Modules:
Description:
Defines the IP header information of a data frame, including the version number, service type, and total length.
Since:
1.0
Summary
Data Fields
| Variable Name | Description |
|---|---|
| versionAndHl | uint8_t |
| tos | uint8_t |
| totLen | uint16_t |
| id | uint16_t |
| fragInfo | uint16_t |
| ttl | uint8_t |
| protocol | uint8_t |
| check | uint16_t |
| sAddr | uint32_t |
| dAddr | uint32_t |
