Home
last modified time | relevance | path

Searched refs:host_name_length (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client.h195 const UCHAR *host_name, UINT host_name_length,
Dnx_azure_iot_hub_client.c152 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/
Dnxd_mdns.c6511 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/
Dazure_rtos_iot_hub_client.md79 const UCHAR *host_name, UINT host_name_length,
98 | host_name_length [in] | Length of the IoTHub hostname. |