Home
last modified time | relevance | path

Searched refs:txt_fn (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/apps/
Dmdns.h80 …num mdns_sd_proto proto, u16_t port, u32_t dns_ttl, service_get_txt_fn_t txt_fn, void *txt_userdat…
/third_party/lwip/doc/
Dmdns.txt76 service_get_txt_fn_t txt_fn, void *txt_userdata);
85 - <name>.<service>.<proto>.local type TXT builds text strings by calling txt_fn
/third_party/lwip/src/apps/mdns/
Dmdns.c170 service_get_txt_fn_t txt_fn; member
495 if (service->txt_fn) { in mdns_prepare_txtdata()
496 service->txt_fn(service, service->txt_userdata); in mdns_prepare_txtdata()
2192 …, enum mdns_sd_proto proto, u16_t port, u32_t dns_ttl, service_get_txt_fn_t txt_fn, void *txt_data) in mdns_resp_add_service() argument
2221 srv->txt_fn = txt_fn; in mdns_resp_add_service()