restful_server sample
interfaces::proto
is only used within restful_server sample.
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
restful_server sample
interfaces::proto
interfaces::proto field
Syntax
Show:
Summary
Declaration
from
mdns_networking_lwip.c:36
int
proto
;
Examples
References
from
examples
Code
Location
Referrer
int
proto
;
mdns_networking_lwip.c:36
if
(
s_interfaces
[
i
]
.
proto
&&
netif
&&
netif
==
ip_current_input_netif
(
)
)
{
mdns_networking_lwip.c:192
_udp_recv()
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()
if
(
s_interfaces
[
tcpip_if
]
.
proto
==
0
)
{
mdns_networking_lwip.c:243
_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
interfaces::proto
is written by 2 functions and is read by 4 functions:
_udp_pcb_deinit()
_udp_pcb_init()
All items filtered out
interfaces::proto
_udp_recv()
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