Lines Matching +full:shutdown +full:- +full:user +full:- +full:flag

65 A call on the user request routine is of the form,
73 The address \fIaddr\fP is supplied for address-oriented requests
76 chain containing user-specified capabilities (see the \fIsendmsg\fP
79 A non-zero return value gives a
105 The ``listen'' request indicates the user wishes to listen
112 The ``connect'' request indicates the user wants to establish
121 If a protocol supports the notion of \fImulti-casting\fP, it
122 is possible to use multiple connects to establish a multi-cast
131 indicate the user
143 the shutdown, as encoded in the \fIsoshutdown\fP system call).
145 structures related to the shutdown and/or notify a connected peer
146 of the shutdown.
150 switch table includes the PR_WANTRCVD flag.
151 When a user removes data from the receive queue this request
157 Each user request to send data is translated into one or more
158 PRU_SEND requests (a protocol may indicate that a single user
160 specifying the PR_ATOMIC flag in its protocol description).
172 The ``control'' request is generated when a user performs a
174 intercepted by the socket routines). It allows protocol-specific
179 (note the non-standard calling convention).
184 The ``sense'' request is generated when the user makes an \fIfstat\fP
194 Any ``out-of-band'' data presently available is to be returned. An
199 An error may be returned if out-of-band data is not (yet) available
205 Like PRU_SEND, but for out-of-band data.
242 This request is used in the protocol-protocol interface, not by the
244 not the user. No protocols currently use this facility.
248 protocol module, not a user. The details of how data is marked
249 ``addressed to protocol'' instead of ``addressed to user'' are