Lines Matching +full:two +full:- +full:user

58 #define	PRU_CONNECT2	17	/* connect two sockets */
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
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
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.
219 The protocol module is supplied two sockets and requested to
220 establish a connection between the two without binding any
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