restful_server sample
MDNS_SERVICE_PORT
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_SERVICE_PORT
MDNS_SERVICE_PORT macro
Syntax
Show:
Summary
Declaration
from
mdns_private.h:92
#define
MDNS_SERVICE_PORT
5353
Examples
References
from
examples
Code
Location
#define
MDNS_SERVICE_PORT
5353
// UDP port that the server runs on
mdns_private.h:92
packet
->
port
=
MDNS_SERVICE_PORT
;
mdns.c:1773
bool
send_flush
=
parsed_packet
->
src_port
==
MDNS_SERVICE_PORT
;
mdns.c:1867
if
(
parsed_packet
->
src_port
!=
MDNS_SERVICE_PORT
&&
// Repeat the queries only for "One-Shot mDNS queries"
mdns.c:1956
if
(
header
.
flags
==
MDNS_FLAGS_QR_AUTHORITATIVE
&&
packet
->
src_port
!=
MDNS_SERVICE_PORT
)
{
mdns.c:3740
if
(
udp_bind
(
_pcb_main
,
IP_ANY_TYPE
,
MDNS_SERVICE_PORT
)
!=
0
)
{
mdns_networking_lwip.c:59
_pcb_main
->
remote_port
=
MDNS_SERVICE_PORT
;
mdns_networking_lwip.c:65
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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