Lines Matching full:socket
2 * lib/socket.c Netlink Socket
14 * @defgroup socket Socket
113 * Allocate new netlink socket
115 * @return Newly allocated netlink socket or NULL.
129 * Allocate new socket with custom callbacks
135 *@return Newly allocted socket handle or NULL.
146 * Free a netlink socket.
147 * @arg sk Netlink socket.
179 * @arg sk Netlink socket.
181 * Disables checking of sequence numbers on the netlink socket This is
186 * the callback handle associated with the socket.
196 * @arg sk Netlink socket.
210 * @arg sk Netlink socket.
212 * The default behaviour of a socket is to request an ACK for
227 * @arg sk Netlink socket.
248 * Set local port of socket
249 * @arg sk Netlink socket.
252 * Assigns a local port identifier to the socket. If port is 0
278 * @arg sk Netlink socket
281 * Joins the specified groups using the modern socket option which
326 * @arg sk Netlink socket
329 * Leaves the specified groups using the modern socket option
371 * @arg sk Netlink socket.
414 * Set file descriptor of socket to non-blocking state
415 * @arg sk Netlink socket.
431 * Enable use of MSG_PEEK when reading from socket
432 * @arg sk Netlink socket.
440 * Disable use of MSG_PEEK when reading from socket
441 * @arg sk Netlink socket.
467 * Modify the callback handler associated to the socket
468 * @arg sk Netlink socket.
491 * Set socket buffer size of netlink socket.
492 * @arg sk Netlink socket.
493 * @arg rxbuf New receive socket buffer size in bytes.
494 * @arg txbuf New transmit socket buffer size in bytes.
496 * Sets the socket buffer size of a netlink socket to the specified
532 * Enable/disable credential passing on netlink socket.
533 * @arg sk Netlink socket.
560 * @arg sk Netlink socket.