Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/samples/
Ddemo_netx_duo_mdns.c192 UINT priority, UINT weight, UINT port, UINT is_unique) in register_local_service() argument
197 (UCHAR)is_unique, PRIMARY_INTERFACE); in register_local_service()
/NetX-Duo-v6.3.0/addons/mdns/
Dnxd_mdns.h1298 … USHORT priority, USHORT weights, USHORT port, UCHAR is_unique, UINT interface_index);
1300 … USHORT priority, USHORT weights, USHORT port, UCHAR is_unique, UINT interface_index);
Dnxd_mdns.c2304 … USHORT priority, USHORT weights, USHORT port, UCHAR is_unique, UINT interface_index) in _nxe_mdns_service_add() argument
2366 weights, port, is_unique, interface_index); in _nxe_mdns_service_add()
2430 … USHORT priority, USHORT weights, USHORT port, UCHAR is_unique, UINT interface_index) in _nx_mdns_service_add() argument
2531 …status = _nx_mdns_rr_srv_add(mdns_ptr, &temp_string_buffer[0], srv_ttl, is_unique, priority, weigh… in _nx_mdns_service_add()
2543 …status = _nx_mdns_rr_txt_add(mdns_ptr, &temp_string_buffer[0], txt_ttl, is_unique, txt, &txt_rr, i… in _nx_mdns_service_add()