ot_trel sample
_mdns_append_a_record()
is only used within ot_trel 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
ot_trel sample
_mdns_append_a_record()
_mdns_append_a_record() function
appends A record to a packet, incrementing the index
Syntax
Show:
Summary
Declaration
from
mdns.c:1105
static
uint16_t
_mdns_append_a_record
(
uint8_t
*
packet
,
uint16_t
*
index
,
const
char
*
hostname
,
uint32_t
ip
,
bool
flush
,
bool
bye
)
;
Arguments
Argument
Description
packet
MDNS packet
index
offset in the packet
hostname
the hostname address to add
ip
the IP address to add
flush
bye
Return value
length of added data: 0 on error or length on success
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