Lines Matching +full:multi +full:- +full:socket

1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved.
5 * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved.
6 * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved.
43 * SCTP protocol - RFC4960.
72 * user socket options: socket API defined
75 * read-write options
92 /* Without this applied we will give V4 and V6 addresses on a V6 socket */
132 * read-only options
146 * user socket options: BSD implementation specific
149 * Blocking I/O is enabled on any TCP type socket by default. For the UDP
150 * model if this is turned on then the socket buffer is shared for send
155 * set this option at the cost of sharing one socket send buffer size amongst
157 * since both TCP and peeled off sockets have only one assoc per socket this
162 * Blocking I/O is controlled by the SS_NBIO flag on the socket state so_state
186 /* CMT ON/OFF socket option */
189 /* JRS - Pluggable Congestion Control Socket option */
191 /* RS - Pluggable Stream Scheduling Socket option */
199 /* For I-DATA */
213 /* VRF (virtual router feature) and multi-VRF support
219 * that every socket call coming in must be directed
222 * the "default" VRF it is in by using a set socket
226 * additional VRF's to become a Multi-VRF endpoint.
261 /* sctp_bindx() flags as hidden socket options */
264 /* Hidden socket option that gets the addresses */
276 /* hidden socket option based sctp_peeloff */
283 /* JRS - Supported congestion control modules for pluggable
292 /* RTCC Congestion Control - RFC2581 plus */
306 /* RS - Supported stream scheduling modules for pluggable
309 /* Default simple round-robin */
311 /* Real round-robin */
313 /* Real round-robin per packet */
319 /* First-come, first-serve */
375 /* Error causes from nat-draft */
394 /* optional cause-specific info may follow */
466 /* draft-ietf-stewart-pktdrpsctp */
468 /* draft-ietf-stewart-strreset-xxx */
488 /* Flag for ECN -CWR */
553 /* socket options */
578 /*-