Searched refs:cache_full_notify (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/mdns_test/ |
| D | netx_mdns_bad_packet_test.c | 34 static VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_tye); 425 status = _nx_mdns_cache_notify_set(&mdns_0, cache_full_notify); in ntest_0_entry() 554 status = _nx_mdns_cache_notify_set(&mdns_0, cache_full_notify); in ntest_0_entry() 605 static VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_type) in cache_full_notify() function
|
| D | netx_mdns_internal_function_test.c | 46 static VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_tye); 200 status = _nx_mdns_cache_notify_set(&mdns_0, cache_full_notify); in ntest_0_entry() 1108 VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_type) in cache_full_notify() function
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netx_duo_mdns.c | 543 static VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_type) in cache_full_notify() function 603 status = nx_mdns_cache_notify_set(&mdns, cache_full_notify); in thread_0_entry()
|