Module Posix_socket_unix.SockaddrUnix

Unix socket_un structure.

type t
val t : t Ctypes.structure Ctypes.typ
val sun_family : (Posix_socket.sa_family_t, t Ctypes.structure) Ctypes.field
val sun_path : (char Ctypes.carray, t Ctypes.structure) Ctypes.field
val sun_path_len : int
val from_sockaddr_storage : Posix_socket.SockaddrStorage.t Ctypes.structure Ctypes.ptr -> t Ctypes.structure Ctypes.ptr