Module Posix_socket_unix
val af_unix : Posix_socket.sa_family_tSocket types constants.
module SockaddrUnix : sig ... endUnix socket_un structure.
type sockaddr_un= SockaddrUnix.t Ctypes.structure
val sockaddr_un_t : sockaddr_un Ctypes.typval from_unix_sockaddr : Unix.sockaddr -> Posix_socket.sockaddr Ctypes.ptrInterface with the
Unixmodule.
val to_unix_sockaddr : Posix_socket.sockaddr Ctypes.ptr -> Unix.sockaddr