Lines Matching full:unix
13 * The ivshmem server is a daemon that creates a unix socket in listen
15 * unix socket. For each client, the server will create some eventfd
46 * unix sockets.
50 int sock_fd; /**< connected unix sock */
60 * of the server unix socket and the list of connected peers.
63 char unix_sock_path[PATH_MAX]; /**< path to unix socket */
64 int sock_fd; /**< unix sock file descriptor */
79 * @unix_sock_path: The pointer to the unix socket file name
95 * Open the shm, then create and bind to the unix socket
106 * Close connections to all clients, close the unix socket and the
119 * be polled (unix server socket and peers unix socket). The function