Lines Matching full:socket
11 #include <sys/socket.h>
45 * Write data to the socket. Data is a pointer to the beginning of the data
49 * socket's open connections until all the bytes have been successfully sent
52 * For blocking sockets, write will block indefinitely if the socket at the
61 * Read a logical packet from socket. The data read will be stored
67 * blocking sockets, read will block indefinitely if the socket doesn't
101 * Create a socket and return its file descriptor. Returns -1 on failure
106 * Close the socket specified by the socket file descriptor argument. Will
113 * the socket file descriptor and removes it from the master set by default.
119 * Set the socket specified by the socket file descriptor as nonblocking
124 * Add the socket specified by the socket file descriptor to the master
140 * For clients, this only contains the client socket. For servers, this
189 * Client needs to recreate the socket when a connection is broken because