restful_server sample
mdns_rx_packet_t::dest
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_rx_packet_t::dest
mdns_rx_packet_t::dest field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:265
esp_ip_addr_t
dest
;
Examples
References
from
examples
Code
Location
Referrer
esp_ip_addr_t
dest
;
mdns_private.h:265
packet
->
dest
.
type
=
packet
->
src
.
type
;
mdns_networking_lwip.c:168
_udp_recv()
packet
->
dest
.
u_addr
.
ip4
.
addr
=
iphdr
->
dest
.
addr
;
mdns_networking_lwip.c:174
_udp_recv()
packet
->
multicast
=
ip4_addr_ismulticast
(
&
(
packet
->
dest
.
u_addr
.
ip4
)
)
;
mdns_networking_lwip.c:175
_udp_recv()
memcpy
(
&
packet
->
dest
.
u_addr
.
ip6
.
addr
,
(
uint8_t
*
)
ip6hdr
->
dest
.
addr
,
16
)
;
mdns_networking_lwip.c:182
_udp_recv()
packet
->
multicast
=
ip6_addr_ismulticast
(
&
(
packet
->
dest
.
u_addr
.
ip6
)
)
;
mdns_networking_lwip.c:183
_udp_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_rx_packet_t::dest
is read by 1 function:
All items filtered out
mdns_rx_packet_t::dest
_udp_recv()
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