restful_server sample
PROTO_IPV6
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
PROTO_IPV6
PROTO_IPV6 value
Syntax
Show:
Summary
Declaration
from
mdns_networking_lwip.c:31
PROTO_IPV6
=
1
<
<
MDNS_IP_PROTOCOL_V6
;
Examples
References
from
examples
Code
Location
Referrer
PROTO_IPV6
=
1
<
<
MDNS_IP_PROTOCOL_V6
mdns_networking_lwip.c:31
s_interfaces
[
netif
]
.
proto
&
(
ip_proto
==
MDNS_IP_PROTOCOL_V4
?
PROTO_IPV4
:
PROTO_IPV6
)
;
mdns_networking_lwip.c:218
mdns_is_netif_ready()
s_interfaces
[
tcpip_if
]
.
proto
&=
~
(
ip_protocol
==
MDNS_IP_PROTOCOL_V4
?
PROTO_IPV4
:
PROTO_IPV6
)
;
mdns_networking_lwip.c:242
_udp_pcb_deinit()
s_interfaces
[
tcpip_if
]
.
proto
|=
(
ip_protocol
==
MDNS_IP_PROTOCOL_V4
?
PROTO_IPV4
:
PROTO_IPV6
)
;
mdns_networking_lwip.c:270
_udp_pcb_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PROTO_IPV6
is read by 3 functions:
All items filtered out
PROTO_IPV6
mdns_is_netif_ready()
_udp_pcb_deinit()
_udp_pcb_init()
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