sctp_sendmsg.3 (a47698f8d66e1eef4682e31d77b8f96c907461d5) | sctp_sendmsg.3 (0add3200d178976b95848eff050d419cf4062520) |
---|---|
1.\" Copyright (c) 1983, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 282 unchanged lines hidden (view full) --- 291The system was unable to allocate an internal buffer. 292The operation may succeed when buffers become available. 293.It Bq Er ENOBUFS 294The output queue for a network interface was full. 295This generally indicates that the interface has stopped sending, 296but may be caused by transient congestion. 297.It Bq Er EHOSTUNREACH 298The remote host was unreachable. | 1.\" Copyright (c) 1983, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 282 unchanged lines hidden (view full) --- 291The system was unable to allocate an internal buffer. 292The operation may succeed when buffers become available. 293.It Bq Er ENOBUFS 294The output queue for a network interface was full. 295This generally indicates that the interface has stopped sending, 296but may be caused by transient congestion. 297.It Bq Er EHOSTUNREACH 298The remote host was unreachable. |
299.It Bq Er ENOTCON | 299.It Bq Er ENOTCONN |
300On a one-to-one style socket no association exists. 301.It Bq Er ECONNRESET 302An abort was received by the stack while the user was 303attempting to send data to the peer. 304.It Bq Er ENOENT 305On a one-to-many style socket no address is specified 306so that the association cannot be located or the 307.Dv SCTP_ABORT --- 26 unchanged lines hidden --- | 300On a one-to-one style socket no association exists. 301.It Bq Er ECONNRESET 302An abort was received by the stack while the user was 303attempting to send data to the peer. 304.It Bq Er ENOENT 305On a one-to-many style socket no address is specified 306so that the association cannot be located or the 307.Dv SCTP_ABORT --- 26 unchanged lines hidden --- |