Lines Matching +full:out +full:- +full:of +full:- +full:band
2 .\" The Regents of the University of California. All rights reserved.
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
10 .\" notice, this list of conditions and the following disclaimer in the
12 .\" 3. Neither the name of the University nor the names of its contributors
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
54 #define PRU_RCVOOB 13 /* retrieve out of band data */
55 #define PRU_SENDOOB 14 /* send out of band data */
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
78 disposal of the data mbuf chains on output operations.
79 A non-zero return value gives a
87 request. It is the responsibility of the protocol module to
90 will always precede any of the other requests, and should not
94 This is the antithesis of the attach request, and is used
108 to carry out this request (if possible). A ``listen'' request
114 the peer to be connected to. The effect of a connect request
116 such as TCP [Postel81b], use this request to initiate establishment of a
121 If a protocol supports the notion of \fImulti-casting\fP, it
122 is possible to use multiple connects to establish a multi-cast
132 has accepted the first connection on the queue of
134 in the supplied address buffer with the address of the
142 received (the \fIaddr\fP parameter indicates the direction of
161 The data to be sent is presented to the protocol as a list of
168 This request indicates an abnormal termination of service. The
174 intercepted by the socket routines). It allows protocol-specific
175 operations to be provided outside the scope of the common socket
179 (note the non-standard calling convention).
185 system call on a socket; it requests status of the associated socket.
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.
208 The local address of the socket is returned, if any is currently
213 The address of the peer to which the socket is connected is returned.
242 This request is used in the protocol-protocol interface, not by the
243 routines. It requests reception of data destined for the protocol and
248 protocol module, not a user. The details of how data is marked
249 ``addressed to protocol'' instead of ``addressed to user'' are