Home
last modified time | relevance | path

Searched refs:srv_del (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.5.0/components/mdns/private_include/
Dmdns_private.h411 } srv_del; member
/hal_espressif-3.5.0/components/mdns/
Dmdns.c4414 if (action->data.srv_del.service) { in _mdns_execute_action()
4415 if (_mdns_server->services == action->data.srv_del.service) { in _mdns_execute_action()
4422 while (a->next && a->next != action->data.srv_del.service) { in _mdns_execute_action()
4425 if (a->next == action->data.srv_del.service) { in _mdns_execute_action()
5329 action->data.srv_del.service = s; in mdns_service_remove_for_host()