restful_server sample
mdns_rx_packet_t::src
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::src
mdns_rx_packet_t::src field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:264
esp_ip_addr_t
src
;
Examples
References
from
examples
Code
Location
Referrer
esp_ip_addr_t
src
;
mdns_private.h:264
memcmp
(
&
if_ip_info
.
ip
.
addr
,
&
packet
->
src
.
u_addr
.
ip4
.
addr
,
sizeof
(
esp_ip4_addr_t
)
)
==
0
)
{
mdns.c:3702
mdns_parse_packet()
memcmp
(
&
if_ip6
,
&
packet
->
src
.
u_addr
.
ip6
,
sizeof
(
esp_ip6_addr_t
)
)
==
0
)
{
mdns.c:3711
mdns_parse_packet()
esp_netif_ip_addr_copy
(
&
parsed_packet
->
src
,
&
packet
->
src
)
;
mdns.c:3757
mdns_parse_packet()
packet
->
src
.
type
=
raddr
->
type
;
mdns_networking_lwip.c:159
_udp_recv()
memcpy
(
&
packet
->
src
.
u_addr
,
&
raddr
->
u_addr
,
sizeof
(
raddr
->
u_addr
)
)
;
mdns_networking_lwip.c:160
_udp_recv()
packet
->
dest
.
type
=
packet
->
src
.
type
;
mdns_networking_lwip.c:168
_udp_recv()
if
(
packet
->
src
.
type
==
IPADDR_TYPE_V4
)
{
mdns_networking_lwip.c:171
_udp_recv()
if
(
packet
->
src
.
type
==
IPADDR_TYPE_V6
)
{
mdns_networking_lwip.c:179
_udp_recv()
if
(
packet
->
src
.
type
==
IPADDR_TYPE_V4
)
{
mdns_networking_lwip.c:194
_udp_recv()
if
(
(
packet
->
src
.
u_addr
.
ip4
.
addr
&
ip_2_ip4
(
&
netif
->
netmask
)
->
addr
)
!=
(
ip_2_ip4
(
&
netif
->
ip_addr
)
->
addr
&
ip_2_ip4
(
&
netif
->
netmask
)
->
addr
)
)
{
mdns_networking_lwip.c:195
_udp_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_rx_packet_t::src
is read by 2 functions:
All items filtered out
mdns_rx_packet_t::src
mdns_parse_packet()
_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