LwIP
LWIP_MULTICAST_TX_OPTIONS
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
LWIP_MULTICAST_TX_OPTIONS
LWIP_MULTICAST_TX_OPTIONS macro
LWIP_MULTICAST_TX_OPTIONS==1: Enable multicast TX support like the socket options IP_MULTICAST_TTL/IP_MULTICAST_IF/IP_MULTICAST_LOOP, as well as (currently only) core support for the corresponding IPv6 options.
Syntax
Show:
Summary
Declaration
from
opt.h:1050
#define
LWIP_MULTICAST_TX_OPTIONS
(
(
LWIP_IGMP
||
LWIP_IPV6_MLD
)
&&
(
LWIP_UDP
||
LWIP_RAW
)
)
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