restful_server sample
mdns_parsed_question_s::host
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_parsed_question_s::host
mdns_parsed_question_s::host field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:224
char
*
host
;
Examples
References
from
examples
Code
Location
Referrer
char
*
host
;
mdns_private.h:224
if
(
!
strcasecmp
(
subtype
->
subtype
,
question
->
host
)
)
{
mdns.c:1844
_mdns_service_match_ptr_question()
if
(
question
->
host
)
{
mdns.c:1851
_mdns_service_match_ptr_question()
if
(
strcasecmp
(
_mdns_get_service_instance_name
(
service
)
,
question
->
host
)
!=
0
)
{
mdns.c:1852
_mdns_service_match_ptr_question()
mdns_srv_item_t
*
service
=
_mdns_get_service_item_instance
(
q
->
host
,
q
->
service
,
q
->
proto
,
NULL
)
;
mdns.c:1883
_mdns_create_answer_from_parsed_packet()
if
(
!
_mdns_create_answer_from_hostname
(
packet
,
q
->
host
,
send_flush
)
)
{
mdns.c:1926
_mdns_create_answer_from_parsed_packet()
out_question
->
host
=
q
->
host
;
mdns.c:1970
_mdns_create_answer_from_parsed_packet()
q
->
host
=
NULL
;
mdns.c:1971
_mdns_create_answer_from_parsed_packet()
}
else
if
(
service
->
service
->
instance
&&
question
->
host
&&
!
strcasecmp
(
service
->
service
->
instance
,
question
->
host
)
)
{
mdns.c:3457
_mdns_question_matches()
if
(
name
&&
question
->
host
&&
question
->
service
&&
question
->
proto
&&
question
->
domain
mdns.c:3463
_mdns_question_matches()
&&
!
strcasecmp
(
name
,
question
->
host
)
mdns.c:3464
_mdns_question_matches()
mdns_mem_free
(
q
->
host
)
;
mdns.c:3484
_mdns_remove_parsed_question()
mdns_mem_free
(
p
->
host
)
;
mdns.c:3496
_mdns_remove_parsed_question()
question
->
host
=
NULL
;
mdns.c:3801
mdns_parse_packet()
if
(
_mdns_strdup_check
(
&
(
question
->
host
)
,
name
->
host
)
mdns.c:3831
mdns_parse_packet()
if
(
question
->
host
)
{
mdns.c:4317
mdns_parse_packet()
mdns_mem_free
(
question
->
host
)
;
mdns.c:4318
mdns_parse_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_parsed_question_s::host
is written by 2 functions and is read by 5 functions:
_mdns_create_answer_from_parsed_packet()
mdns_parse_packet()
All items filtered out
mdns_parsed_question_s::host
_mdns_service_match_ptr_question()
_mdns_create_answer_from_parsed_packet()
_mdns_question_matches()
_mdns_remove_parsed_question()
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