Searched refs:inet_ntoa_internal (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.c | 171 static INT inet_ntoa_internal(const VOID *src, CHAR *dst, ULONG dst_size); 5797 inet_ntoa_internal(&address_to_convert, nx_bsd_url_buffer, NX_BSD_URL_BUFSIZE); in nx_bsd_inet_ntoa() 13906 if(inet_ntoa_internal(src, dst, size)) in nx_bsd_inet_ntop() 14017 … rt_size = (UINT)inet_ntoa_internal((UCHAR*)src + 12, &dst[index], size - (ULONG)index); in nx_bsd_inet_ntop() 14109 static INT inet_ntoa_internal(const VOID *src, CHAR *dst, ULONG dst_size) in inet_ntoa_internal() function
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 4875 … inet_ntoa_internal - Fixed endian swap when ntohl is not defined. 5348 … inet_ntoa - Move logic to internal function inet_ntoa_internal. 5358 … inet_ntoa_internal - This function converts an IPv4 address to a string and
|