Lines Matching full:socket
29 #define TYPE_QIO_CHANNEL_SOCKET "qio-channel-socket"
37 * that can transport data over a UNIX socket or TCP socket.
39 * for accepting client connections, tuning some socket
40 * parameters and getting socket address strings.
58 * Create a channel for performing I/O on a socket
60 * creating the socket, it must be setup as a client
63 * Returns: the socket channel object
70 * @fd: the socket file descriptor
73 * Create a channel for performing I/O on the socket
76 * Returns: the socket channel object, or NULL on error
85 * @ioc: the socket channel object
100 * @ioc: the socket channel object
125 * @ioc: the socket channel object
142 * @ioc: the socket channel object
169 * @ioc: the socket channel object
174 * Attempt to initialize a datagram socket bound to
177 * will not regain execution control until the socket
187 * @ioc: the socket channel object
196 * Attempt to initialize a datagram socket bound to
216 * @ioc: the socket channel object
219 * Get the string representation of the local socket
233 * @ioc: the socket channel object
236 * Get the string representation of the local socket
242 * Returns: the socket address struct, or NULL on error
251 * @ioc: the socket channel object
254 * If the socket represents a server, then this accepts
256 * represent the connected client socket.