Lines Matching +full:application +full:- +full:specific
14 .\" without specific prior written permission.
58 They are used by one-to-one (SOCK_STREAM) type sockets after a successful
60 call or after the application has performed a
64 For a one-to-many (SOCK_SEQPACKET) type socket, an endpoint may call
74 Or, an application may also receive a message after having
115 indicated by a return value of -1 with
139 socket has been placed in non-blocking I/O mode.
148 .Bd -literal
163 .Fa sinfo->sinfo_ppid
170 .Fa sinfo->sinfo_flags
172 .Bd -literal
173 #define SCTP_UNORDERED 0x0400 /* Message is un-ordered */
179 specific order and was delivered to the peer application
185 .Fa sinfo->sinfo_stream
191 .Fa sinfo->sinfo_context
192 field is used only if the local application set an association level
196 Optionally a user process can use this value to index some application
197 specific data structure for all data coming from a specific
201 .Fa sinfo->sinfo_ssn
209 .Fa sinfo->sinfo_tsn
219 .Fa sinfo->sinfo_cumtsn
226 .Fa sinfo->sinfo_assoc_id
229 For one-to-many (SOCK_SEQPACKET) type
233 setting various socket options on the specific association
238 .Fa sinfo->info_timetolive
273 .Bd -literal
301 .Bd -literal
332 .Bl -bullet
356 .Bd -literal
374 .Bl -bullet
395 The call returns the number of bytes received, or -1
402 .Bl -tag -width Er
415 The socket is marked non-blocking and the requested operation
427 On a one-to-one style socket no association exists.
434 SCTP_ABORT flag was specified on a non-existing association.
440 is not connected and is a one-to-one style socket.