restful_server sample
mdns_name_t::invalid
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_name_t::invalid
mdns_name_t::invalid field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:216
bool
invalid
;
Examples
References
from
examples
Code
Location
Referrer
bool
invalid
;
mdns_private.h:216
name
->
invalid
=
true
;
mdns.c:458
_mdns_read_fqdn()
}
else
if
(
!
name
->
invalid
)
{
mdns.c:486
_mdns_read_fqdn()
name
.
invalid
=
false
;
mdns.c:773
_mdns_append_fqdn()
name
->
invalid
=
false
;
mdns.c:3414
_mdns_parse_fqdn()
if
(
!
name
->
parts
||
name
->
invalid
)
{
mdns.c:3422
_mdns_parse_fqdn()
name
->
invalid
=
true
;
// mark the current name invalid, but continue with other question
mdns.c:3436
_mdns_parse_fqdn()
if
(
mdns_class
!=
0x0001
||
name
->
invalid
)
{
//bad class or invalid name for this question entry
mdns.c:3782
mdns_parse_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_name_t::invalid
is written by 3 functions and is read by 3 functions:
_mdns_read_fqdn()
_mdns_append_fqdn()
_mdns_parse_fqdn()
All items filtered out
mdns_name_t::invalid
_mdns_read_fqdn()
_mdns_parse_fqdn()
mdns_parse_packet()
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