lwIP
+
0
/1 examples
SourceVu will show references to
UDP_FLAGS_MULTICAST_LOOP
from the following samples and libraries:
ESP-IDF
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
ESP-IDF Framework and Examples
lwIP
UDP_FLAGS_MULTICAST_LOOP
UDP_FLAGS_MULTICAST_LOOP macro
Syntax
Show:
Summary
Declaration
from
udp.h:59
#define
UDP_FLAGS_MULTICAST_LOOP
0x08U
Examples
UDP_FLAGS_MULTICAST_LOOP
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
#define
UDP_FLAGS_MULTICAST_LOOP
0x08U
udp.h:59
if
(
(
sock
->
conn
->
pcb
.
udp
->
flags
&
UDP_FLAGS_MULTICAST_LOOP
)
!=
0
)
{
sockets.c:3141
udp_set_flags
(
sock
->
conn
->
pcb
.
udp
,
UDP_FLAGS_MULTICAST_LOOP
)
;
sockets.c:3588
udp_clear_flags
(
sock
->
conn
->
pcb
.
udp
,
UDP_FLAGS_MULTICAST_LOOP
)
;
sockets.c:3590
udp_setflags
(
sock
->
conn
->
pcb
.
udp
,
udp_flags
(
sock
->
conn
->
pcb
.
udp
)
|
UDP_FLAGS_MULTICAST_LOOP
)
;
sockets_ext.c:49
udp_setflags
(
sock
->
conn
->
pcb
.
udp
,
udp_flags
(
sock
->
conn
->
pcb
.
udp
)
&
~
UDP_FLAGS_MULTICAST_LOOP
)
;
sockets_ext.c:51
if
(
(
udp_flags
(
sock
->
conn
->
pcb
.
udp
)
&
UDP_FLAGS_MULTICAST_LOOP
)
!=
0
)
{
sockets_ext.c:96
if
(
(
(
pcb
->
flags
&
UDP_FLAGS_MULTICAST_LOOP
)
!=
0
)
&&
ip_addr_ismulticast
(
dst_ip
)
)
{
udp.c:804
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out