#include <C:/softpack/canopus1.3/softpack/samv7/examples_ethernet/gmac/MiniIp.h>
Detailed Description
IP Header structure
Definition at line 137 of file MiniIp.h.
Field Documentation
uint8_t PIpHeader::ip_dst[4] |
Destination IP address
Definition at line 147 of file MiniIp.h.
uint8_t PIpHeader::ip_hl_v |
header length and version
Definition at line 138 of file MiniIp.h.
uint16_t PIpHeader::ip_id |
identification
Definition at line 141 of file MiniIp.h.
uint16_t PIpHeader::ip_len |
uint16_t PIpHeader::ip_off |
fragment offset field
Definition at line 142 of file MiniIp.h.
uint8_t PIpHeader::ip_src[4] |
Source IP address
Definition at line 146 of file MiniIp.h.
uint16_t PIpHeader::ip_sum |
uint8_t PIpHeader::ip_tos |
type of service
Definition at line 139 of file MiniIp.h.
uint8_t PIpHeader::ip_ttl |
uint16_t PIpHeader::udp_dst |
UDP destination port
Definition at line 149 of file MiniIp.h.
uint16_t PIpHeader::udp_len |
Length of UDP packet
Definition at line 150 of file MiniIp.h.
uint16_t PIpHeader::udp_src |
UDP source port
Definition at line 148 of file MiniIp.h.
uint16_t PIpHeader::udp_xsum |
The documentation for this struct was generated from the following file: