restful_server sample
mdns_out_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_out_question_s::proto
mdns_out_question_s::proto field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:305
const
char
*
proto
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
proto
;
mdns_private.h:305
if
(
q
->
proto
)
{
mdns.c:1221
_mdns_append_question()
str
[
str_index
++
]
=
q
->
proto
;
mdns.c:1222
_mdns_append_question()
mdns_mem_free
(
(
char
*
)
q
->
proto
)
;
mdns.c:1570
_mdns_free_tx_packet()
out_question
->
proto
=
q
->
proto
;
mdns.c:1974
_mdns_create_answer_from_parsed_packet()
&&
haystack
->
proto
==
needle
->
proto
)
{
mdns.c:2015
_mdns_question_exists()
q
->
proto
=
NULL
;
mdns.c:2083
_mdns_append_host_question()
q
->
proto
=
services
[
i
]
->
service
->
proto
;
mdns.c:2132
_mdns_create_probe_packet()
&&
qs
->
proto
&&
strcmp
(
qs
->
proto
,
service
->
proto
)
==
0
)
{
mdns.c:2830
_mdns_remove_scheduled_service_packets()
&&
qsn
->
proto
&&
strcmp
(
qsn
->
proto
,
service
->
proto
)
==
0
)
{
mdns.c:2837
_mdns_remove_scheduled_service_packets()
q
->
proto
=
search
->
proto
;
mdns.c:5016
_mdns_create_search_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_out_question_s::proto
is written by 4 functions and is read by 4 functions:
_mdns_create_answer_from_parsed_packet()
_mdns_append_host_question()
_mdns_create_probe_packet()
_mdns_create_search_packet()
All items filtered out
mdns_out_question_s::proto
_mdns_append_question()
_mdns_free_tx_packet()
_mdns_question_exists()
_mdns_remove_scheduled_service_packets()
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