mb_tcp_slave sample
_mdns_parse_fqdn()
is only used within mb_tcp_slave sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mb_tcp_slave sample
_mdns_parse_fqdn()
_mdns_parse_fqdn() function
reads and formats MDNS FQDN into mdns_name_t structure
Syntax
Show:
Summary
Declaration
from
mdns.c:3406
static
const
uint8_t
*
_mdns_parse_fqdn
(
const
uint8_t
*
packet
,
const
uint8_t
*
start
,
mdns_name_t
*
name
,
size_t
packet_len
)
;
Arguments
Argument
Description
packet
MDNS packet
start
Starting point of FQDN
name
mdns_name_t structure to populate
packet_len
Return value
the address after the parsed FQDN in the packet or NULL on error
Examples
References
from
examples
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