lwIP 2.2.0
Lightweight IP stack
|
#include <mdns_priv.h>
Data Fields | |
char | name [63+1] |
struct mdns_domain | service |
search_result_fn_t | result_fn |
u16_t | proto |
u8_t | qtype |
u16_t | only_ptr |
Description of a search request
char mdns_request::name[63+1] |
Name of service, like 'myweb'
u16_t mdns_request::only_ptr |
PTR only request.
u16_t mdns_request::proto |
Protocol, TCP or UDP
u8_t mdns_request::qtype |
Query type (PTR, SRV, ...)
search_result_fn_t mdns_request::result_fn |
Callback function called for each response
struct mdns_domain mdns_request::service |
Type of service, like '_http' or '_services._dns-sd'