Module Posix_socket_unix.SockaddrUnix
Unix socket_un structure.
val t : t Ctypes.structure Ctypes.typval sun_family : (Posix_socket.sa_family_t, t Ctypes.structure) Ctypes.fieldval sun_path : (char Ctypes.carray, t Ctypes.structure) Ctypes.fieldval sun_path_len : intval from_sockaddr_storage : Posix_socket.SockaddrStorage.t Ctypes.structure Ctypes.ptr -> t Ctypes.structure Ctypes.ptr