Module Posix_socket.Addrinfo

type t
val t : t Ctypes.structure Ctypes.typ
val ai_flags : (int, t Ctypes.structure) Ctypes.field
val ai_family : (sa_family_t, t Ctypes.structure) Ctypes.field
val ai_socktype : (socket_type, t Ctypes.structure) Ctypes.field
val ai_protocol : (int, t Ctypes.structure) Ctypes.field
val ai_addrlen : (socklen_t, t Ctypes.structure) Ctypes.field
val ai_addr : (sockaddr Ctypes.ptr, t Ctypes.structure) Ctypes.field
val ai_next : (t Ctypes.structure Ctypes.ptr, t Ctypes.structure) Ctypes.field