Searched defs:mdns_ptr (Results 1 – 8 of 8) sorted by relevance
| /NetX-Duo-v6.2.1/addons/mdns/ |
| D | nxd_mdns.c | 210 UINT _nxe_mdns_create(NX_MDNS *mdns_ptr, NX_IP *ip_ptr, NX_PACKET_POOL *packet_pool, in _nxe_mdns_create() 214 VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state)) in _nxe_mdns_create() 370 UINT _nx_mdns_create(NX_MDNS *mdns_ptr, NX_IP *ip_ptr, NX_PACKET_POOL *packet_pool, in _nx_mdns_create() 374 VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state)) in _nx_mdns_create() 655 UINT _nxe_mdns_delete(NX_MDNS *mdns_ptr) in _nxe_mdns_delete() 727 UINT _nx_mdns_delete(NX_MDNS *mdns_ptr) in _nx_mdns_delete() 811 UINT _nxe_mdns_cache_notify_set(NX_MDNS *mdns_ptr, VOID (*cache_full_notify_cb)(NX_MDNS *mdns_ptr, … in _nxe_mdns_cache_notify_set() 877 UINT _nx_mdns_cache_notify_set(NX_MDNS *mdns_ptr, VOID (*cache_full_notify_cb)(NX_MDNS *mdns_ptr, U… in _nx_mdns_cache_notify_set() 936 UINT _nxe_mdns_cache_notify_clear(NX_MDNS *mdns_ptr) in _nxe_mdns_cache_notify_clear() 1002 UINT _nx_mdns_cache_notify_clear(NX_MDNS *mdns_ptr) in _nx_mdns_cache_notify_clear() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/mdns_test/ |
| D | netx_mdns_run_test_case.c | 45 static VOID service_change_notify(NX_MDNS *mdns_ptr, NX_MDNS_SERVICE *service_ptr, UINT state) in service_change_notify() 460 static void perform_mdns_rr_check(NX_MDNS *mdns_ptr, int pkt_size, int cmd) in perform_mdns_rr_check() 507 static void perform_mdns_rr_data_check(NX_MDNS *mdns_ptr, char *pkt_data, int pkt_size) in perform_mdns_rr_data_check() 589 void netx_mdns_probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in netx_mdns_probing_notify() 600 void netx_mdns_run_test_case(NX_IP *ip_ptr, NX_MDNS *mdns_ptr, MDNS_TEST_SEQ *test_case, int test_c… in netx_mdns_run_test_case()
|
| D | netx_mdns_bad_packet_test.c | 605 static VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_type) in cache_full_notify()
|
| D | netx_mdns_peer_service_change_notify_test.c | 346 static VOID service_change_notify(NX_MDNS *mdns_ptr, NX_MDNS_SERVICE *service_ptr, UINT state) in service_change_notify()
|
| D | netx_mdns_local_cache_continuous_query_test.c | 256 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in probing_notify()
|
| D | netx_mdns_second_interface_test.c | 241 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in probing_notify()
|
| D | netx_mdns_internal_function_test.c | 1108 VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_type) in cache_full_notify()
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netx_duo_mdns.c | 435 static VOID service_change_notify(NX_MDNS *mdns_ptr, NX_MDNS_SERVICE *service_ptr, UINT state) in service_change_notify() 505 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in probing_notify() 543 static VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_type) in cache_full_notify()
|