Lines Matching full:socket
19 /** @brief Setup UNIX socket
20 * This function creates listening socket in non-blocking mode and allows only
21 * one socket connection. returns accepted socket after accepting connection
24 * @param[in] socketInterface - unix socket path
25 * @return on success returns accepted socket fd
30 /** @brief Write data on UNIX socket
31 * This function writes given data to a non-blocking socket.
33 * on unix socket.
35 * @param[in] sock - unix socket