ETHFW API Guide
EthRemoteCfg_FilterMacDelReq Struct Reference

Detailed Description

Request params for ETHREMOTECFG_CMD_DEL_FILTER_MAC command.

This structure holds vlanId, MAC address which will be used for deleting multicast MAC address from the receive filter.

Data Fields

EthRemoteCfg_ReqHdr hdr
 
uint8_t macAddr [ETHREMOTECFG_MACADDRLEN]
 
uint16_t vlanId
 

Field Documentation

◆ hdr

EthRemoteCfg_ReqHdr EthRemoteCfg_FilterMacDelReq::hdr

Request message common header.

◆ macAddr

uint8_t EthRemoteCfg_FilterMacDelReq::macAddr[ETHREMOTECFG_MACADDRLEN]

Multicast MAC address to be added.

◆ vlanId

uint16_t EthRemoteCfg_FilterMacDelReq::vlanId

VLAN id.