restful_server sample
mdns_parsed_question_s
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
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
mdns_parsed_question_s struct
Syntax
Show:
Summary
Declaration
from
mdns_private.h:219
typedef
struct
mdns_parsed_question_s
{
struct
mdns_parsed_question_s
*
next
;
uint16_t
type
;
bool
sub
;
bool
unicast
;
char
*
host
;
char
*
service
;
char
*
proto
;
char
*
domain
;
}
mdns_parsed_question_t
;
Fields
Field
Declared as
mdns_parsed_question_s::next
struct
mdns_parsed_question_s
*
mdns_parsed_question_s::type
uint16_t
mdns_parsed_question_s::sub
bool
mdns_parsed_question_s::unicast
bool
mdns_parsed_question_s::host
char
*
mdns_parsed_question_s::service
char
*
mdns_parsed_question_s::proto
char
*
mdns_parsed_question_s::domain
char
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
mdns_parsed_question_s
{
mdns_private.h:219
}
mdns_parsed_question_t
;
mdns_private.h:228
mdns_parsed_question_t
*
question
,
bool
shared
,
bool
send_flush
)
mdns.c:1790
_mdns_create_answer_from_service()
_mdns_create_answer_from_service()::question
static
bool
_mdns_service_match_ptr_question
(
const
mdns_service_t
*
service
,
const
mdns_parsed_question_t
*
question
)
mdns.c:1834
_mdns_service_match_ptr_question()
_mdns_service_match_ptr_question()::question
mdns_parsed_question_t
*
q
=
parsed_packet
->
questions
;
mdns.c:1878
_mdns_create_answer_from_parsed_packet()
static
bool
_mdns_question_matches
(
mdns_parsed_question_t
*
question
,
uint16_t
type
,
mdns_srv_item_t
*
service
)
mdns.c:3443
_mdns_question_matches()
_mdns_question_matches()::question
mdns_parsed_question_t
*
q
=
parsed_packet
->
questions
;
mdns.c:3480
_mdns_remove_parsed_question()
mdns_parsed_question_t
*
p
=
q
->
next
;
mdns.c:3493
_mdns_remove_parsed_question()
mdns_parsed_question_t
*
question
=
(
mdns_parsed_question_t
*
)
mdns_mem_calloc
(
1
,
sizeof
(
mdns_parsed_question_t
)
)
;
mdns.c:3791
mdns_parse_packet()
mdns_parsed_question_t
*
question
=
(
mdns_parsed_question_t
*
)
mdns_mem_calloc
(
1
,
sizeof
(
mdns_parsed_question_t
)
)
;
mdns.c:3820
mdns_parse_packet()
mdns_parsed_question_t
*
question
=
parsed_packet
->
questions
;
mdns.c:4315
mdns_parse_packet()
struct
mdns_parsed_question_s
*
next
;
mdns_private.h:220
mdns_parsed_question_s
mdns_parsed_question_s::next
}
mdns_parsed_question_t
;
mdns_private.h:228
mdns_parsed_question_t
mdns_parsed_question_t
*
questions
;
mdns_private.h:255
mdns_parsed_packet_t
mdns_parsed_packet_t::questions
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
Instance
Scope
Location
Project
mdns_parsed_question_s::next
mdns_parsed_question_s
mdns_private.h:220
mdns_parsed_packet_t::questions
mdns_parsed_packet_t
mdns_private.h:255
_mdns_create_answer_from_service()::question
_mdns_create_answer_from_service()
mdns.c:1790
_mdns_service_match_ptr_question()::question
_mdns_service_match_ptr_question()
mdns.c:1834
_mdns_question_matches()::question
_mdns_question_matches()
mdns.c:3443
Lifecycle
from
examples
All items filtered out
All items filtered out