Searched refs:node (Results 1 – 3 of 3) sorted by relevance
/NetX-Duo-v6.2.1/addons/BSD/ |
D | nxd_bsd.c | 13653 INT getaddrinfo(const CHAR *node, const CHAR *service, const struct addrinfo *hints, struct addrin… in getaddrinfo() argument 13681 if((node == NX_NULL) && (service == NX_NULL)) in getaddrinfo() 13827 if(node) in getaddrinfo() 13835 for(i = 0; i < _nx_bsd_string_length((CHAR *)node); i++) in getaddrinfo() 13837 if(node[i] == ':') in getaddrinfo() 13852 if(inet_pton(addr_family, node, &(nx_bsd_ipv4_addr_buffer[0])) == 1) in getaddrinfo() 13869 if(inet_pton(addr_family, node, &(nx_bsd_ipv6_addr_buffer[0])) == 1) in getaddrinfo() 13913 if (_nx_bsd_string_length((CHAR *)node) > NX_DNS_NAME_MAX) in getaddrinfo() 13916 …memcpy(cname_buffer, node, _nx_bsd_string_length((CHAR *)node)); /* Use case of memcpy is verified… in getaddrinfo() 13936 …status = nx_dns_ipv4_address_by_name_get(_nx_dns_instance_ptr, (UCHAR *)node, &nx_bsd_ipv4_addr_bu… in getaddrinfo() [all …]
|
D | nxd_bsd.h | 845 INT getaddrinfo(const CHAR *node, const CHAR *service, const struct addrinfo *hints, struct addrin…
|
/NetX-Duo-v6.2.1/addons/azure_iot/ |
D | nx_azure_iot_provisioning_client.c | 719 NX_AZURE_IOT_PROVISIONING_THREAD *node) in nx_azure_iot_provisioning_client_thread_dequeue() argument 728 if (thread_list_ptr == node) in nx_azure_iot_provisioning_client_thread_dequeue()
|