Searched refs:HOST_NAME (Results 1 – 7 of 7) sorted by relevance
| /NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
| D | sample_config.h | 66 #ifndef HOST_NAME 67 #define HOST_NAME "" macro
|
| D | sample_azure_iot_embedded_sdk.c | 160 UCHAR *iothub_hostname = (UCHAR *)HOST_NAME; in sample_initialize_iothub() 162 UINT iothub_hostname_length = sizeof(HOST_NAME) - 1; in sample_initialize_iothub()
|
| D | README.md | 13 #define HOST_NAME "<Hostname from connection string>" 36 #define HOST_NAME "<Hostname from connection string>"
|
| D | sample_azure_iot_embedded_sdk_pnp.c | 389 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/ |
| D | netx_web_external_server_test.c | 39 #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/ |
| D | netx_mqtt_websocket_block_test.c | 19 #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()
|
| D | netx_mqtt_websocket_non_block_test.c | 19 #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()
|