Searched refs:service_host (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netx_duo_mdns.c | 267 printf("Target Host: %s\n",service_instance.service_host); in perform_oneshot_query() 348 service_instance.service_host[0] && in perform_service_lookup() 366 printf(" Target Host: %s\n",service_instance.service_host); in perform_service_lookup() 384 service_instance.service_host[0]) in perform_service_lookup() 388 …status = nx_mdns_host_address_get(&mdns, service_instance.service_host, &ipv4_address, ipv6_addres… in perform_service_lookup() 405 printf(" Target Host: %s\n",service_instance.service_host); in perform_service_lookup() 452 printf("Target Host: %s\n",service_ptr -> service_host); in service_change_notify() 472 printf("Target Host: %s\n",service_ptr -> service_host); in service_change_notify() 492 printf("Target Host: %s\n",service_ptr -> service_host); in service_change_notify()
|
| /NetX-Duo-v6.2.1/test/regression/mdns_test/ |
| D | netx_mdns_peer_service_change_notify_test.c | 240 (strcmp((const char*)service_instance.service_host, (const char*)"Dunchuang.local"))|| in ntest_0_entry() 318 (strcmp((const char*)service_instance.service_host, (const char*)"Dunchuang.local"))|| in ntest_0_entry()
|
| D | netx_mdns_local_cache_one_shot_query_test.c | 161 if(strcmp(service_instance.service_host, "NETX-MDNS.local") != 0) in ntest_0_entry()
|
| /NetX-Duo-v6.2.1/addons/mdns/ |
| D | nxd_mdns.h | 1087 …UCHAR service_host[NX_MDNS_HOST_NAME_MAX + 1]; /* The target host of the serv… member
|
| D | nxd_mdns.c | 11297 memcpy((CHAR *)(service -> service_host), /* Use case of memcpy is verified. */ in _nx_mdns_service_addition_info_get()
|