Home
last modified time | relevance | path

Searched refs:mdns_action_t (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-2.7.6/components/mdns/test_afl_fuzz_host/
Dtest.c44 mdns_action_t * a = NULL; in mdns_test_hostname_set()
53 mdns_action_t * a = NULL; in mdns_test_service_instance_name_set()
62 mdns_action_t * a = NULL; in mdns_test_service_txt_set()
73 mdns_action_t * a = NULL; in mdns_test_service_add()
95 mdns_action_t * a = NULL; in mdns_test_query()
Dmdns_di.h9 void (*mdns_test_static_execute_action)(mdns_action_t *) = NULL;
15 static void _mdns_execute_action(mdns_action_t * action);
32 mdns_test_static_execute_action((mdns_action_t *)action); in mdns_test_execute_action()
/hal_espressif-2.7.6/components/mdns/
Dmdns.c172 mdns_action_t * action = NULL; in _mdns_send_rx_action()
174 action = (mdns_action_t *)malloc(sizeof(mdns_action_t)); in _mdns_send_rx_action()
3774 static void _mdns_free_action(mdns_action_t * action) in _mdns_free_action()
3823 static void _mdns_execute_action(mdns_action_t * action) in _mdns_execute_action()
4016 mdns_action_t * action = NULL; in _mdns_send_search_action()
4018 action = (mdns_action_t *)malloc(sizeof(mdns_action_t)); in _mdns_send_search_action()
4044 mdns_action_t * action = NULL; in _mdns_scheduler_run()
4055 action = (mdns_action_t *)malloc(sizeof(mdns_action_t)); in _mdns_scheduler_run()
4109 mdns_action_t * a = NULL; in _mdns_service_task()
4205 mdns_action_t action; in _mdns_service_task_stop()
[all …]
/hal_espressif-2.7.6/components/mdns/private_include/
Dmdns_private.h427 } mdns_action_t; typedef