Lines Matching defs:to
17 * contributors may be used to endorse or promote products derived
22 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
74 * vers_out is set to the highest server supported value
88 struct timeval to;
94 /* XXX: nettype appears to support being NULL */
100 to.tv_sec = 10;
101 to.tv_usec = 0;
103 NULL, (xdrproc_t) xdr_void, NULL, to);
123 NULL, (xdrproc_t) xdr_void, NULL, to);
147 * pertaining to the last create error.
165 /* XXX: nettype appears to support being NULL */
186 * Since we didn't get a name-to-address
189 * this is to enable us to return to the
191 * unhelpful ``Name to address translation
196 * likely to be unable to translate a host
206 * Attempt to return an error more specific than ``Name to address
387 * (easier to do this than making connect(2) non-blocking..)