#include <ethercateoe.h>
Public Attributes | |
eoe_ip4_addr_t | default_gateway |
uint8_t | default_gateway_set: 1 |
eoe_ip4_addr_t | dns_ip |
uint8_t | dns_ip_set: 1 |
char | dns_name [EOE_DNS_NAME_LENGTH] |
uint8_t | dns_name_set: 1 |
eoe_ip4_addr_t | ip |
uint8_t | ip_set: 1 |
eoe_ethaddr_t | mac |
uint8_t | mac_set: 1 |
eoe_ip4_addr_t | subnet |
uint8_t | subnet_set: 1 |
EoE IP request structure, storage only, no need to pack
Definition at line 137 of file ethercateoe.h.
eoe_ip4_addr_t eoe_param::default_gateway |
Definition at line 148 of file ethercateoe.h.
uint8_t eoe_param::default_gateway_set |
Definition at line 142 of file ethercateoe.h.
eoe_ip4_addr_t eoe_param::dns_ip |
Definition at line 149 of file ethercateoe.h.
uint8_t eoe_param::dns_ip_set |
Definition at line 143 of file ethercateoe.h.
char eoe_param::dns_name[EOE_DNS_NAME_LENGTH] |
Definition at line 150 of file ethercateoe.h.
uint8_t eoe_param::dns_name_set |
Definition at line 144 of file ethercateoe.h.
eoe_ip4_addr_t eoe_param::ip |
Definition at line 146 of file ethercateoe.h.
uint8_t eoe_param::ip_set |
Definition at line 140 of file ethercateoe.h.
eoe_ethaddr_t eoe_param::mac |
Definition at line 145 of file ethercateoe.h.
uint8_t eoe_param::mac_set |
Definition at line 139 of file ethercateoe.h.
eoe_ip4_addr_t eoe_param::subnet |
Definition at line 147 of file ethercateoe.h.
uint8_t eoe_param::subnet_set |
Definition at line 141 of file ethercateoe.h.