ETHFW API Guide
EthRemoteCfg_IPv4AddrRegisterReq Struct Reference

Detailed Description

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]
 

Field Documentation

◆ hdr

EthRemoteCfg_ReqHdr EthRemoteCfg_IPv4AddrRegisterReq::hdr

Request message common header.

◆ ipAddr

uint8_t EthRemoteCfg_IPv4AddrRegisterReq::ipAddr[ETHREMOTECFG_IPV4ADDRLEN]

IP address.

◆ macAddr

uint8_t EthRemoteCfg_IPv4AddrRegisterReq::macAddr[ETHREMOTECFG_MACADDRLEN]

MAC address associated with the IP address which should be added to the ARP table.