LwIP
netif_mac_filter_action
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
netif_mac_filter_action
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
Show:
Summary
Declaration
from
netif.h:156
enum
netif_mac_filter_action
{
NETIF_DEL_MAC_FILTER
=
0
,
NETIF_ADD_MAC_FILTER
=
1
}
;
Values
Value
Declared as
Description
netif_mac_filter_action::NETIF_DEL_MAC_FILTER
=
0
Delete a filter entry.
netif_mac_filter_action::NETIF_ADD_MAC_FILTER
=
1
Add a filter entry.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out