Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/mdns/
Dnxd_mdns.c69 static VOID _nx_mdns_timer_set(NX_MDNS *mdns_ptr, NX_MDNS_RR *record_rr, ULONG timer_count…
70 static VOID _nx_mdns_timer_event_process(NX_MDNS *mdns_ptr);
72 static UINT _nx_mdns_packet_process(NX_MDNS *mdns_ptr, NX_PACKET *packet_ptr, UINT interfac…
73 static UINT _nx_mdns_packet_create(NX_MDNS *mdns_ptr, NX_PACKET **packet_ptr, UCHAR type);
74 static VOID _nx_mdns_packet_send(NX_MDNS *mdns_ptr, NX_PACKET *packet_ptr, UINT interface_i…
76 static UINT _nx_mdns_packet_rr_set(NX_MDNS *mdns_ptr, NX_PACKET *packet_ptr, UCHAR *data_pt…
77 static UINT _nx_mdns_packet_rr_data_set(NX_MDNS *mdns_ptr, NX_PACKET *packet_ptr, UCHAR *da…
83 static UINT _nx_mdns_rr_delete(NX_MDNS *mdns_ptr, NX_MDNS_RR *record_rr);
95 static VOID _nx_mdns_address_change_process(NX_MDNS *mdns_ptr);
96 static UINT _nx_mdns_host_name_register(NX_MDNS *mdns_ptr, UCHAR type, UINT interface_index…
[all …]
Dnxd_mdns.h1271 UINT _nx_mdns_create(NX_MDNS *mdns_ptr, NX_IP *ip_ptr, NX_PACKET_POOL *packet_pool,
1275 … VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state));
1276 UINT _nxe_mdns_create(NX_MDNS *mdns_ptr, NX_IP *ip_ptr, NX_PACKET_POOL *packet_pool,
1280 … VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state));
1281 UINT _nx_mdns_delete(NX_MDNS *mdns_ptr);
1282 UINT _nxe_mdns_delete(NX_MDNS *mdns_ptr);
1283 UINT _nx_mdns_enable(NX_MDNS *mdns_ptr, UINT interface_index);
1284 UINT _nxe_mdns_enable(NX_MDNS *mdns_ptr, UINT interface_index);
1285 UINT _nx_mdns_disable(NX_MDNS *mdns_ptr, UINT interface_index);
1286 UINT _nxe_mdns_disable(NX_MDNS *mdns_ptr, UINT interface_index);
[all …]
/NetX-Duo-v6.3.0/samples/
Ddemo_netx_duo_mdns.c435 static VOID service_change_notify(NX_MDNS *mdns_ptr, NX_MDNS_SERVICE *service_ptr, UINT state) in service_change_notify() argument
438 NX_PARAMETER_NOT_USED(mdns_ptr); in service_change_notify()
505 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in probing_notify() argument
508 NX_PARAMETER_NOT_USED(mdns_ptr); in probing_notify()
543 static VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_type) in cache_full_notify() argument
546 NX_PARAMETER_NOT_USED(mdns_ptr); in cache_full_notify()