restful_server sample
mdns_parsed_question_s::proto
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::proto
mdns_parsed_question_s::proto field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:226
char
*
proto
;
Examples
References
from
examples
Code
Location
Referrer
char
*
proto
;
mdns_private.h:226
if
(
!
_mdns_service_match
(
service
,
question
->
service
,
question
->
proto
,
NULL
)
)
{
mdns.c:1836
_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()
}
else
if
(
q
->
service
&&
q
->
proto
)
{
mdns.c:1894
_mdns_create_answer_from_parsed_packet()
out_question
->
proto
=
q
->
proto
;
mdns.c:1974
_mdns_create_answer_from_parsed_packet()
q
->
proto
=
NULL
;
mdns.c:1975
_mdns_create_answer_from_parsed_packet()
if
(
question
->
service
&&
question
->
proto
&&
question
->
domain
mdns.c:3451
_mdns_question_matches()
&&
!
strcasecmp
(
service
->
service
->
proto
,
question
->
proto
)
mdns.c:3453
_mdns_question_matches()
if
(
name
&&
question
->
host
&&
question
->
service
&&
question
->
proto
&&
question
->
domain
mdns.c:3463
_mdns_question_matches()
&&
!
strcasecmp
(
service
->
service
->
proto
,
question
->
proto
)
mdns.c:3466
_mdns_question_matches()
mdns_mem_free
(
q
->
proto
)
;
mdns.c:3486
_mdns_remove_parsed_question()
mdns_mem_free
(
p
->
proto
)
;
mdns.c:3498
_mdns_remove_parsed_question()
question
->
proto
=
mdns_mem_strdup
(
a
->
service
->
proto
)
;
mdns.c:3803
mdns_parse_packet()
if
(
!
question
->
service
||
!
question
->
proto
||
!
question
->
domain
)
{
mdns.c:3805
mdns_parse_packet()
||
_mdns_strdup_check
(
&
(
question
->
proto
)
,
name
->
proto
)
mdns.c:3833
mdns_parse_packet()
if
(
question
->
proto
)
{
mdns.c:4323
mdns_parse_packet()
mdns_mem_free
(
question
->
proto
)
;
mdns.c:4324
mdns_parse_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_parsed_question_s::proto
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::proto
_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