aboutsummaryrefslogtreecommitdiff
path: root/inet
diff options
context:
space:
mode:
Diffstat (limited to 'inet')
-rw-r--r--inet/netinet/in.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h
index 7d9f327..13c2767 100644
--- a/inet/netinet/in.h
+++ b/inet/netinet/in.h
@@ -293,6 +293,9 @@ extern uint16_t htons (uint16_t __hostshort)
/* Bind socket to a privileged IP port. */
extern int bindresvport (int __sockfd, struct sockaddr_in *__sock_in) __THROW;
+/* The IPv6 version of this function. */
+extern int bindresvport6 (int __sockfd, struct sockaddr_in6 *__sock_in)
+ __THROW;
#define IN6_IS_ADDR_MC_NODELOCAL(a) \