aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/misc.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst
index 2fe6c1ce..8017e8e1 100644
--- a/docs/src/misc.rst
+++ b/docs/src/misc.rst
@@ -377,6 +377,10 @@ API
Convert a binary structure containing an IPv6 address to a string.
+.. c:function:: int uv_ip_name(const struct sockaddr *src, char *dst, size_t size)
+
+ Convert a binary structure containing an IPv4 address or an IPv6 address to a string.
+
.. c:function:: int uv_inet_ntop(int af, const void* src, char* dst, size_t size)
.. c:function:: int uv_inet_pton(int af, const char* src, void* dst)