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

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

106};
107.Ed
108.Pp
109The
110.Fa sinfo->sinfo_ppid
111argument is an opaque 32 bit value that is passed transparently
112through the stack to the peer endpoint. It will be available on
113reception of a message (see
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.

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

106};
107.Ed
108.Pp
109The
110.Fa sinfo->sinfo_ppid
111argument is an opaque 32 bit value that is passed transparently
112through the stack to the peer endpoint. It will be available on
113reception of a message (see
114.Xr sctp_recvmsg 2 ) .
114.Xr sctp_recvmsg 3 ) .
115Note that the stack passes this value without regard to byte
116order.
117.Pp
118The
119.Fa sinfo->sinfo_flags
120argument may include one or more of the following:
121.Bd -literal
122#define SCTP_EOF 0x0100 /* Start a shutdown procedures */

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

314The system was unable to allocate an internal buffer.
315The operation may succeed when buffers become available.
316.It Bq Er ENOBUFS
317The output queue for a network interface was full.
318This generally indicates that the interface has stopped sending,
319but may be caused by transient congestion.
320.It Bq Er EHOSTUNREACH
321The remote host was unreachable.
115Note that the stack passes this value without regard to byte
116order.
117.Pp
118The
119.Fa sinfo->sinfo_flags
120argument may include one or more of the following:
121.Bd -literal
122#define SCTP_EOF 0x0100 /* Start a shutdown procedures */

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

314The system was unable to allocate an internal buffer.
315The operation may succeed when buffers become available.
316.It Bq Er ENOBUFS
317The output queue for a network interface was full.
318This generally indicates that the interface has stopped sending,
319but may be caused by transient congestion.
320.It Bq Er EHOSTUNREACH
321The remote host was unreachable.
322.It Bq Er ENOTCON
322.It Bq Er ENOTCONN
323On a one-to-one style socket no association exists.
324.It Bq Er ECONNRESET
325An abort was received by the stack while the user was
326attempting to send data to the peer.
327.It Bq Er ENOENT
328On a one-to-many style socket no address is specified
329so that the association cannot be located or the
330SCTP_ABORT flag was specified on a non-existing association.

--- 24 unchanged lines hidden ---
323On a one-to-one style socket no association exists.
324.It Bq Er ECONNRESET
325An abort was received by the stack while the user was
326attempting to send data to the peer.
327.It Bq Er ENOENT
328On a one-to-many style socket no address is specified
329so that the association cannot be located or the
330SCTP_ABORT flag was specified on a non-existing association.

--- 24 unchanged lines hidden ---