Searched refs:mdns_action_t (Results 1 – 4 of 4) sorted by relevance
44 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()
9 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()
172 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 …]
427 } mdns_action_t; typedef