sctp_recvmsg.3 (c321d2f3435d3281078eb5b733c45473d6b7e825) sctp_recvmsg.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.

--- 255 unchanged lines hidden (view full) ---

264The system was unable to allocate an internal buffer.
265The operation may succeed when buffers become available.
266.It Bq Er ENOBUFS
267The output queue for a network interface was full.
268This generally indicates that the interface has stopped sending,
269but may be caused by transient congestion.
270.It Bq Er EHOSTUNREACH
271The 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.

--- 255 unchanged lines hidden (view full) ---

264The system was unable to allocate an internal buffer.
265The operation may succeed when buffers become available.
266.It Bq Er ENOBUFS
267The output queue for a network interface was full.
268This generally indicates that the interface has stopped sending,
269but may be caused by transient congestion.
270.It Bq Er EHOSTUNREACH
271The remote host was unreachable.
272.It Bq Er ENOTCON
272.It Bq Er ENOTCONN
273On a one-to-one style socket no association exists.
274.It Bq Er ECONNRESET
275An abort was received by the stack while the user was
276attempting to send data to the peer.
277.It Bq Er ENOENT
278On a one to many style socket no address is specified
279so that the association cannot be located or the
280SCTP_ABORT flag was specified on a non-existing association.

--- 18 unchanged lines hidden ---
273On a one-to-one style socket no association exists.
274.It Bq Er ECONNRESET
275An abort was received by the stack while the user was
276attempting to send data to the peer.
277.It Bq Er ENOENT
278On a one to many style socket no address is specified
279so that the association cannot be located or the
280SCTP_ABORT flag was specified on a non-existing association.

--- 18 unchanged lines hidden ---