Module Def.Addrinfo

type t
val t : t Ctypes.structure S.typ
val ai_flags : (int, t Ctypes.structure) S.field
val ai_addrlen : (socklen_t, t Ctypes.structure) S.field
val ai_addr : (sockaddr Ctypes.ptr, t Ctypes.structure) S.field
val ai_next : (t Ctypes.structure Ctypes.ptr, t Ctypes.structure) S.field