Posix_socket.SockaddrInet6IPv6 socket address structure.
val in6_addr : in6_addr Ctypes.structure Ctypes.typCtypes representation of struct in6_addr.
The s6_addr field containing the IPv6 address bytes.
val t : t Ctypes.structure Ctypes.typCtypes structure type.
val sin6_family : (sa_family_t, t Ctypes.structure) Ctypes.fieldAddress family (always AF_INET6).
val sin6_flowinfo : (Unsigned.uint32, t Ctypes.structure) Ctypes.fieldIPv6 flow information.
val sin6_scope_id : (Unsigned.uint32, t Ctypes.structure) Ctypes.fieldScope ID for link-local addresses.
val from_sockaddr_storage :
sockaddr_storage Ctypes.ptr ->
t Ctypes.structure Ctypes.ptrConvert from sockaddr_storage to sockaddr_in6.