Searched refs:host_name_length (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_hub_client.h | 195 const UCHAR *host_name, UINT host_name_length,
|
| D | nx_azure_iot_hub_client.c | 152 const UCHAR *host_name, UINT host_name_length, in nx_azure_iot_hub_client_initialize() argument 163 az_span hostname_span = az_span_create((UCHAR *)host_name, (INT)host_name_length); in nx_azure_iot_hub_client_initialize() 169 (device_id == NX_NULL) || (host_name_length == 0) || (device_id_length == 0)) in nx_azure_iot_hub_client_initialize() 186 hub_client_ptr -> nx_azure_iot_hub_client_resource.resource_hostname_length = host_name_length; in nx_azure_iot_hub_client_initialize()
|
| /NetX-Duo-v6.2.1/addons/mdns/ |
| D | nxd_mdns.c | 6511 UINT host_name_length; in _nx_mdns_host_name_register() local 6523 …if (_nx_utility_string_length_check((CHAR *)mdns_ptr -> nx_mdns_host_name, &host_name_length, NX_M… in _nx_mdns_host_name_register() 6529 …_string_buffer[index]), (const char*)mdns_ptr -> nx_mdns_host_name, host_name_length); /* Use case… in _nx_mdns_host_name_register() 6530 index += host_name_length; in _nx_mdns_host_name_register()
|
| /NetX-Duo-v6.2.1/addons/azure_iot/docs/ |
| D | azure_rtos_iot_hub_client.md | 79 const UCHAR *host_name, UINT host_name_length, 98 | host_name_length [in] | Length of the IoTHub hostname. |
|