Expose INET6_ADDRSTRLEN.

This commit is contained in:
Andrew Yourtchenko
2015-06-24 01:36:09 +02:00
parent ec33471aee
commit 61336b2404

View File

@@ -1663,6 +1663,8 @@ var
INET_ADDRSTRLEN* {.importc, header: "<netinet/in.h>".}: cint
## 16. Length of the string form for IP.
INET6_ADDRSTRLEN* {.importc, header: "<netinet/in.h>".}: cint
## Length of the string form for IPv6.
IPV6_JOIN_GROUP* {.importc, header: "<netinet/in.h>".}: cint
## Join a multicast group.