Searched refs:node (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.c | 14253 INT nx_bsd_getaddrinfo(const CHAR *node, const CHAR *service, const struct nx_bsd_addrinfo *hints,… in nx_bsd_getaddrinfo() argument 14285 if((node == NX_NULL) && (service == NX_NULL)) in nx_bsd_getaddrinfo() 14431 if(node) in nx_bsd_getaddrinfo() 14439 for(i = 0; i < _nx_bsd_string_length((CHAR *)node); i++) in nx_bsd_getaddrinfo() 14441 if(node[i] == ':') in nx_bsd_getaddrinfo() 14456 if(nx_bsd_inet_pton(addr_family, node, &(nx_bsd_ipv4_addr_buffer[0])) == 1) in nx_bsd_getaddrinfo() 14473 if(nx_bsd_inet_pton(addr_family, node, &(nx_bsd_ipv6_addr_buffer[0])) == 1) in nx_bsd_getaddrinfo() 14517 if (_nx_bsd_string_length((CHAR *)node) > NX_DNS_NAME_MAX) in nx_bsd_getaddrinfo() 14520 …memcpy(cname_buffer, node, _nx_bsd_string_length((CHAR *)node)); /* Use case of memcpy is verified… in nx_bsd_getaddrinfo() 14540 …status = nx_dns_ipv4_address_by_name_get(_nx_dns_instance_ptr, (UCHAR *)node, &nx_bsd_ipv4_addr_bu… in nx_bsd_getaddrinfo() [all …]
|
| D | nxd_bsd.h | 1041 INT nx_bsd_getaddrinfo(const CHAR *node, const CHAR *service, const struct nx_bsd_addrinfo *hints,…
|
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_provisioning_client.c | 718 NX_AZURE_IOT_PROVISIONING_THREAD *node) in nx_azure_iot_provisioning_client_thread_dequeue() argument 727 if (thread_list_ptr == node) in nx_azure_iot_provisioning_client_thread_dequeue()
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 5326 … to the specified node and service.
|