ETHFW API Guide
EthRemoteCfg_IPv4AddrDeregisterReq Struct Reference

Detailed Description

Request params for ETHREMOTECFG_CMD_DEREGISTER_IPv4 command.

This structure holds IPv4 address which will be used as a key to remove the entry from the proxy ARP table of the server.

Data Fields

EthRemoteCfg_ReqHdr hdr
 
uint8_t ipAddr [ETHREMOTECFG_IPV4ADDRLEN]
 

Field Documentation

◆ hdr

EthRemoteCfg_ReqHdr EthRemoteCfg_IPv4AddrDeregisterReq::hdr

Request message common header.

◆ ipAddr

uint8_t EthRemoteCfg_IPv4AddrDeregisterReq::ipAddr[ETHREMOTECFG_IPV4ADDRLEN]

IP address.