Home
last modified time | relevance | path

Searched refs:cache_full_notify (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_bad_packet_test.c34 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
Dnetx_mdns_internal_function_test.c46 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/
Ddemo_netx_duo_mdns.c543 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()