#include <ethernetip.h>
Data Fields | |
unsigned | Ihl:4 |
unsigned | Version:4 |
INT8U | Tos |
INT16U | TotalLength |
INT16U | Id |
INT16U | FlagOff |
INT8U | Ttl |
INT8U | Protocol |
INT16U | Checksum |
INT8U | SourceAddress [ETHERNET_IP_LENGTH] |
INT8U | DestiAddress [ETHERNET_IP_LENGTH] |
Definition at line 9 of file ethernetip.h.
INT16U Checksum |
Definition at line 18 of file ethernetip.h.
INT8U DestiAddress[ETHERNET_IP_LENGTH] |
Definition at line 20 of file ethernetip.h.
INT16U FlagOff |
Definition at line 15 of file ethernetip.h.
INT16U Id |
Definition at line 14 of file ethernetip.h.
unsigned Ihl |
Definition at line 10 of file ethernetip.h.
INT8U Protocol |
Definition at line 17 of file ethernetip.h.
INT8U SourceAddress[ETHERNET_IP_LENGTH] |
Definition at line 19 of file ethernetip.h.
INT8U Tos |
Definition at line 12 of file ethernetip.h.
INT16U TotalLength |
Definition at line 13 of file ethernetip.h.
INT8U Ttl |
Definition at line 16 of file ethernetip.h.
unsigned Version |
Definition at line 10 of file ethernetip.h.