Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c14277 UCHAR *cname_buffer = NX_NULL; in nx_bsd_getaddrinfo() local
14501 … status = tx_block_allocate(&nx_bsd_cname_block_pool, (VOID *) &cname_buffer, NX_BSD_TIMEOUT); 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()
14594 … status = tx_block_allocate(&nx_bsd_cname_block_pool, (VOID *) &cname_buffer, NX_BSD_TIMEOUT); in nx_bsd_getaddrinfo()
14609 status = nx_dns_cname_get(_nx_dns_instance_ptr, (UCHAR *)node, cname_buffer, in nx_bsd_getaddrinfo()
14618 …memcpy(cname_buffer, node, _nx_bsd_string_length((CHAR *)node)); /* Use case of memcpy is verified… in nx_bsd_getaddrinfo()
14622 cname_buffer = (UCHAR *)node; in nx_bsd_getaddrinfo()
14685 tx_block_release((VOID *)cname_buffer); in nx_bsd_getaddrinfo()
14744 tx_block_release((VOID *)cname_buffer); in nx_bsd_getaddrinfo()
14776 addrinfo_cur_ptr -> ai_canonname = (CHAR *)cname_buffer; in nx_bsd_getaddrinfo()