Lines Matching full:service
9 host/service instance names.
74 mdns_resp_add_service(struct netif *netif, char *name, char *service,
78 The name and service pointers will be copied. Name refers to the name of the
79 service instance, and service is the type of service, like _http
82 - _services._dns-sd._udp.local type PTR returns <service>.<proto>.local
83 - <service>.<proto>.local type PTR returns <name>.<service>.<proto>.local
84 - <name>.<service>.<proto>.local type SRV returns hostname and port of service
85 - <name>.<service>.<proto>.local type TXT builds text strings by calling txt_fn
87 mdns_resp_add_service_txtitem(struct mdns_service *service, char *txt,
90 static void srv_txt(struct mdns_service *service, void *txt_userdata)
92 res = mdns_resp_add_service_txtitem(service, "path=/", 6);
93 LWIP_ERROR("mdns add service txt failed\n", (res == ERR_OK), return);
111 To remove a service from a netif, run