Home
last modified time | relevance | path

Searched refs:HOST_NAME (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/samples/
Dsample_config.h66 #ifndef HOST_NAME
67 #define HOST_NAME "" macro
Dsample_azure_iot_embedded_sdk.c160 UCHAR *iothub_hostname = (UCHAR *)HOST_NAME; in sample_initialize_iothub()
162 UINT iothub_hostname_length = sizeof(HOST_NAME) - 1; in sample_initialize_iothub()
DREADME.md13 #define HOST_NAME "<Hostname from connection string>"
36 #define HOST_NAME "<Hostname from connection string>"
Dsample_azure_iot_embedded_sdk_pnp.c389 UCHAR *iothub_hostname = (UCHAR *)HOST_NAME; in sample_initialize_iothub()
391 UINT iothub_hostname_length = sizeof(HOST_NAME) - 1; in sample_initialize_iothub()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_external_server_test.c39 #define HOST_NAME "weibo.com" macro
42 #define HOST_NAME "www.baidu.com" macro
193 HOST_NAME, in thread_client_entry()
201 HOST_NAME, NX_NULL, NX_NULL, in thread_client_entry()
/NetX-Duo-v6.2.1/test/regression/mqtt_test/
Dnetx_mqtt_websocket_block_test.c19 #define HOST_NAME "test.host.org" macro
244 …if ((status = nxd_mqtt_client_websocket_set(client_ptr, (UCHAR *)HOST_NAME, sizeof(HOST_NAME) - 1,… in ntest_0_entry()
Dnetx_mqtt_websocket_non_block_test.c19 #define HOST_NAME "test.host.org" macro
246 …if ((status = nxd_mqtt_client_websocket_set(client_ptr, (UCHAR *)HOST_NAME, sizeof(HOST_NAME) - 1,… in ntest_0_entry()