1.6.3.8 DRV_G3ADP_MAC_RxFilterHashTableEntrySet Function

C

TCPIP_MAC_RES DRV_G3ADP_MAC_RxFilterHashTableEntrySet(DRV_HANDLE hMac, const TCPIP_MAC_ADDR* DestMACAddr)

Summary

Sets the current MAC hash table receive filter. Not implemented.

Description

This function has not been implemented.

Precondition

DRV_G3ADP_MAC_Initialize() should have been called. DRV_G3ADP_MAC_Open() should have been called to obtain a valid handle.

Parameters

ParamDescription
hMacHandle identifying the MAC driver client
DestMACAddrdestination MAC address (6 bytes) to allow through the Hash Table Filter.

Returns

Current implementation always returns TCPIP_MAC_RES_OK.

Remarks

None.