restful_server sample
mdns_tx_packet_s::ip_protocol
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
mdns_tx_packet_s::ip_protocol
mdns_tx_packet_s::ip_protocol field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:332
mdns_ip_protocol_t
ip_protocol
;
Examples
References
from
examples
Code
Location
Referrer
mdns_ip_protocol_t
ip_protocol
;
mdns_private.h:332
_mdns_udp_pcb_write
(
p
->
tcpip_if
,
p
->
ip_protocol
,
&
p
->
dst
,
p
->
port
,
packet
,
index
)
;
mdns.c:1551
_mdns_dispatch_tx_packet()
while
(
_mdns_server
->
tx_queue_head
&&
_mdns_server
->
tx_queue_head
->
tcpip_if
==
tcpip_if
&&
_mdns_server
->
tx_queue_head
->
ip_protocol
==
ip_protocol
)
{
mdns.c:1630
_mdns_clear_pcb_tx_queue_head()
if
(
q
->
next
->
tcpip_if
==
tcpip_if
&&
q
->
next
->
ip_protocol
==
ip_protocol
)
{
mdns.c:1638
_mdns_clear_pcb_tx_queue_head()
if
(
q
->
tcpip_if
==
tcpip_if
&&
q
->
ip_protocol
==
ip_protocol
)
{
mdns.c:1659
_mdns_get_next_pcb_packet()
if
(
q
->
tcpip_if
==
tcpip_if
&&
q
->
ip_protocol
==
ip_protocol
&&
q
->
distributed
)
{
mdns.c:1678
_mdns_remove_scheduled_answer()
packet
->
ip_protocol
=
ip_protocol
;
mdns.c:1772
_mdns_alloc_packet_default()
mdns_tx_packet_t
*
packet
=
_mdns_alloc_packet_default
(
probe
->
tcpip_if
,
probe
->
ip_protocol
)
;
mdns.c:2198
_mdns_create_announce_from_probe()
_mdns_udp_pcb_write
(
packet
->
tcpip_if
,
packet
->
ip_protocol
,
&
packet
->
dst
,
packet
->
port
,
pkt
,
index
)
;
mdns.c:2440
_mdns_send_bye_subtype()
mdns_pcb_t
*
_pcb
=
&
_mdns_server
->
interfaces
[
q
->
tcpip_if
]
.
pcbs
[
q
->
ip_protocol
]
;
mdns.c:2797
_mdns_remove_scheduled_service_packets()
if
(
mdns_is_netif_ready
(
q
->
tcpip_if
,
q
->
ip_protocol
)
)
{
mdns.c:2798
_mdns_remove_scheduled_service_packets()
mdns_pcb_t
*
pcb
=
&
_mdns_server
->
interfaces
[
p
->
tcpip_if
]
.
pcbs
[
p
->
ip_protocol
]
;
mdns.c:5100
_mdns_tx_handle_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_tx_packet_s::ip_protocol
is written by 1 function and is read by 8 functions:
_mdns_alloc_packet_default()
All items filtered out
mdns_tx_packet_s::ip_protocol
_mdns_dispatch_tx_packet()
_mdns_clear_pcb_tx_queue_head()
_mdns_get_next_pcb_packet()
_mdns_remove_scheduled_answer()
_mdns_create_announce_from_probe()
_mdns_send_bye_subtype()
_mdns_remove_scheduled_service_packets()
_mdns_tx_handle_packet()
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