netif_mac_filter_action is only used within LwIP.
 
Symbols
loading...
Files
loading...

netif_mac_filter_action enum

MAC Filter Actions, these are passed to a netif's igmp_mac_filter or mld_mac_filter callback function.

Syntax

enum netif_mac_filter_action {   NETIF_DEL_MAC_FILTER = 0,   NETIF_ADD_MAC_FILTER = 1 };

Values

NETIF_DEL_MAC_FILTER

Delete a filter entry. Read more...

NETIF_ADD_MAC_FILTER

Add a filter entry. Read more...

References

LocationText
netif.h:156
enum netif_mac_filter_action {