Lines Matching full:socket
13 * @name Socket level options (NSOS_MID_SOL_SOCKET)
16 /** Socket-level option */
19 /* Socket options for NSOS_MID_SOL_SOCKET level */
25 /** Type of the socket */
34 /** Size of socket send buffer */
36 /** Size of socket recv buffer */
43 /** Socket priority */
45 /** Socket lingers on close (ignored, for compatibility) */
63 /** Bind a socket to an interface */
66 /** Socket accepts incoming connections (ignored, for compatibility) */
71 /** Protocol used with the socket */
74 /** Domain used with SOCKET */
77 /** Enable SOCKS5 for Socket */
80 /** Socket TX time (when the data should be sent) */
94 /* Socket options for NSOS_MID_IPPROTO_TCP level */
110 /* Socket options for NSOS_MID_IPPROTO_IPV6 level */
111 /** Set the unicast hop limit for the socket. */
114 /** Set the multicast hop limit for the socket. */