|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Go to the source code of this file.
Functions | |
| AutoCloseFD | nix::createUnixDomainSocket () |
| AutoCloseFD | nix::createUnixDomainSocket (const Path &path, mode_t mode) |
| void | nix::bind (int fd, const std::string &path) |
| void | nix::connect (int fd, const std::string &path) |
| void nix::bind | ( | int | fd, |
| const std::string & | path ) |
Bind a Unix domain socket to a path.
| void nix::connect | ( | int | fd, |
| const std::string & | path ) |
Connect to a Unix domain socket.
| AutoCloseFD nix::createUnixDomainSocket | ( | ) |
Create a Unix domain socket.
| AutoCloseFD nix::createUnixDomainSocket | ( | const Path & | path, |
| mode_t | mode ) |
Create a Unix domain socket in listen mode.