Home
last modified time | relevance | path

Searched refs:host_name (Results 1 – 25 of 25) sorted by relevance

/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.h924 UINT nx_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, ULONG *host_address_ptr, ULO…
926 UINT nx_dns_ipv4_address_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, VOID *record_buffer…
929 UINT nx_dns_cname_get (NX_DNS *dns_ptr, UCHAR *host_name, UCHAR *record_buffer, UINT buffer…
930 UINT nx_dns_domain_name_server_get(NX_DNS *dns_ptr, UCHAR *host_name, VOID *record_buffer, …
931 UINT nx_dns_host_text_get(NX_DNS *dns_ptr, UCHAR *host_name, UCHAR *record_buffer, UINT buf…
932 UINT nx_dns_domain_mail_exchange_get(NX_DNS *dns_ptr, UCHAR *host_name, VOID *record_buffer…
933 UINT nx_dns_domain_service_get(NX_DNS *dns_ptr, UCHAR *host_name, VOID *record_buffer, UINT…
934 UINT nx_dns_authority_zone_start_get (NX_DNS *dns_ptr, UCHAR *host_name, UCHAR *record_buff…
935 UINT nx_dns_info_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, ULONG *host_address_ptr, USH…
938 UINT nxd_dns_ipv6_address_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, VOID *record_buffer…
[all …]
Dnxd_dns.c62 static UINT _nx_dns_host_resource_data_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, UCHAR …
65 static UINT _nx_dns_response_process(NX_DNS *dns_ptr, UCHAR *host_name, NX_PACKET *packet_pt…
99 …_get_rdata_by_name(NX_DNS *dns_ptr, NXD_ADDRESS *server_address, UCHAR *host_name, UCHAR *record_b…
2255 UINT _nxe_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, ULONG *host_address_ptr, ULONG w… in _nxe_dns_host_by_name_get() argument
2262 if ((dns_ptr == NX_NULL) || (host_name == NX_NULL) || (host_address_ptr == NX_NULL)) in _nxe_dns_host_by_name_get()
2275 status = _nx_dns_host_by_name_get(dns_ptr, host_name, host_address_ptr, wait_option); in _nxe_dns_host_by_name_get()
2327 UINT _nx_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, ULONG *host_address_ptr, ULONG wa… in _nx_dns_host_by_name_get() argument
2334 …status = _nx_dns_host_resource_data_by_name_get(dns_ptr, host_name, (VOID*)host_address_ptr, sizeo… in _nx_dns_host_by_name_get()
2394 UINT _nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address_ptr, in _nxde_dns_host_by_name_get() argument
2401 if ((dns_ptr == NX_NULL) || (host_name == NX_NULL) || (host_address_ptr == NX_NULL)) in _nxde_dns_host_by_name_get()
[all …]
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dinitialization_unit_test.c57 CHAR *host_name = "host_name"; in demo_entry() local
125 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
138 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
164 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
190 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
204 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
220 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
235 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
250 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
266 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
[all …]
Dconnection_unit_test.c52 CHAR *host_name = "host_name"; in demo_entry() local
72 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
181 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_addres… in __wrap__nxde_dns_host_by_name_get() argument
192 assert_memory_equal(host_name, "host_name", strlen("host_name")); in __wrap__nxde_dns_host_by_name_get()
Ddevice_cert_unit_test.c61 CHAR *host_name = "host_name"; in demo_entry() local
84 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
166 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_addres… in __wrap__nxde_dns_host_by_name_get() argument
Dconnection_non_block_ram_test.c338 CHAR *host_name = "www.example.com"; in demo_entry() local
360 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
483 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_addres… in __wrap__nxde_dns_host_by_name_get() argument
Dconnection_sas_expiry_ram_test.c340 CHAR *host_name = "www.example.com"; in demo_entry() local
362 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
504 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_addres… in __wrap__nxde_dns_host_by_name_get() argument
Dtrusted_cert_unit_test.c64 CHAR *host_name = "host_name"; in demo_entry() local
92 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
Dd2c_unit_test.c62 CHAR *host_name = "host_name"; in demo_entry() local
91 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
247 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
318 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
Duser_agent_string_unit_test.c62 CHAR *host_name = "host_name"; in demo_entry() local
91 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
266 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
Dc2d_property_unit_test.c78 CHAR *host_name = "host_name"; in demo_entry() local
97 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
Dc2d_unit_test.c94 CHAR *host_name = "host_name"; in demo_entry() local
113 STRING_UNSIGNED_ARGS(host_name), in demo_entry()
565 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
Ddirect_method_unit_test.c202 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
Dnx_azure_iot_pnp_client_command_unit_test.c217 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
Dnx_azure_iot_pnp_client_telemetry_unit_test.c195 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
Ddevice_twin_unit_test.c225 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
Dnx_azure_iot_adu_agent_unit_test.c462 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
Diot_provisioning_client_unit_test.c223 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
Dnx_azure_iot_pnp_client_properties_unit_test.c272 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
/NetX-Duo-v6.2.1/test/regression/dns_test/
Dnetx_dns_invalid_name_unencode_test.c182 UCHAR host_name[300]; in thread_0_entry() local
233 host_name[0] = '.'; in thread_0_entry()
234 host_name[1] = '.'; in thread_0_entry()
235 host_name[2] = '.'; in thread_0_entry()
236 host_name[3] = '.'; in thread_0_entry()
240 …status = nx_dns_host_by_address_get(&client_dns, IP_ADDRESS(216, 58, 203, 14), &host_name[4], 256,… in thread_0_entry()
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.h1271 UINT priority, VOID *stack_ptr, ULONG stack_size, UCHAR *host_name,
1276 UINT priority, VOID *stack_ptr, ULONG stack_size, UCHAR *host_name,
1323 UINT _nx_mdns_host_address_get(NX_MDNS *mdns_ptr, UCHAR *host_name, ULONG *ipv4_address, ULO…
1324 UINT _nxe_mdns_host_address_get(NX_MDNS *mdns_ptr, UCHAR *host_name, ULONG *ipv4_address, UL…
Dnxd_mdns.c211 UINT priority, VOID *stack_ptr, ULONG stack_size, UCHAR *host_name, in _nxe_mdns_create() argument
222 if ((!ip_ptr) || (!mdns_ptr) || (!stack_ptr) || (!packet_pool) || (!host_name)) in _nxe_mdns_create()
236 ptr = host_name; in _nxe_mdns_create()
288 stack_ptr, stack_size, host_name, in _nxe_mdns_create()
371 UINT priority, VOID *stack_ptr, ULONG stack_size, UCHAR *host_name, in _nx_mdns_create() argument
385 … if (_nx_utility_string_length_check((CHAR *)host_name, &host_name_size, (NX_MDNS_LABEL_MAX - 4))) in _nx_mdns_create()
387 …if (_nx_utility_string_length_check((CHAR *)host_name, &host_name_size, (NX_MDNS_HOST_NAME_MAX - 4… in _nx_mdns_create()
414 …memcpy((char*)mdns_ptr -> nx_mdns_host_name, (const char*)host_name, (host_name_size + 1)); /* Use… in _nx_mdns_create()
4726 UINT _nxe_mdns_host_address_get(NX_MDNS *mdns_ptr, UCHAR *host_name, ULONG *ipv4_address, ULONG *ip… in _nxe_mdns_host_address_get() argument
4733 if ((!mdns_ptr) || (!host_name)) in _nxe_mdns_host_address_get()
[all …]
/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()
168 if ((nx_azure_iot_ptr == NX_NULL) || (hub_client_ptr == NX_NULL) || (host_name == NX_NULL) || in nx_azure_iot_hub_client_initialize()
185 hub_client_ptr -> nx_azure_iot_hub_client_resource.resource_hostname = host_name; in nx_azure_iot_hub_client_initialize()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client.md79 const UCHAR *host_name, UINT host_name_length,
97 | host_name [in] | A pointer to IoTHub hostname. Must be NULL terminated string. |