![]() |
ETHFW API Guide
|
Request params for ETHREMOTECFG_CMD_REGISTER_IPv4 command.
This structure holds IPv4 address-MAC address pair which needs to be added to the proxy ARP table of the server.
Data Fields | |
EthRemoteCfg_ReqHdr | hdr |
uint8_t | ipAddr [ETHREMOTECFG_IPV4ADDRLEN] |
uint8_t | macAddr [ETHREMOTECFG_MACADDRLEN] |
EthRemoteCfg_ReqHdr EthRemoteCfg_IPv4AddrRegisterReq::hdr |
Request message common header.
uint8_t EthRemoteCfg_IPv4AddrRegisterReq::ipAddr[ETHREMOTECFG_IPV4ADDRLEN] |
IP address.
uint8_t EthRemoteCfg_IPv4AddrRegisterReq::macAddr[ETHREMOTECFG_MACADDRLEN] |
MAC address associated with the IP address which should be added to the ARP table.