Lines Matching refs:to

8  * to license or distribute it to anyone else except as part of a product or
16 * part of Sun Microsystems, Inc. to assist in its use, correction,
61 * If PORTMAP is defined, rpcinfo will talk to both portmapper and
62 * rpcbind programs; else it talks only to rpcbind. In the latter case
95 * Functions to be performed.
346 struct timeval to;
348 to.tv_sec = 5;
349 to.tv_usec = 0;
350 clnt = clntudp_create(addr, prog, vers, to, fdp);
367 * tries to find out the version number by making a call to version 0 and if
376 struct timeval to;
385 to.tv_sec = 10;
386 to.tv_usec = 0;
391 * A call to version 0 should fail with a program/version
402 to);
426 (char *)NULL, to);
454 (char *)NULL, to);
496 * the connection to the remote server timed out, so
584 * to get a unique list of responses the output of rpcinfo should
747 * convert to rpcblist_ptr format
915 * used to contact it in case it can help it
1162 * XXX: We also add RPCBPROC_GETADDRLIST queries to
1237 /* Convert the uaddr to taddr */
1251 * If the version number is given, ping that (prog, vers); else try to find
1254 * sent directly to the services themselves.
1260 struct timeval to;
1273 to.tv_sec = 10;
1274 to.tv_usec = 0;
1278 * A call to version 0 should fail with a program/version
1288 (char *)NULL, to);
1314 (char *)NULL, to);
1341 (char *)NULL, to);
1353 * If the version number is given, ping that (prog, vers); else try to find
1356 * then sent directly to the services themselves.
1362 struct timeval to;
1374 * A call to version 0 should fail with a program/version
1393 to.tv_sec = 10;
1394 to.tv_usec = 0;
1397 (char *)NULL, to);
1421 (xdrproc_t) xdr_void, (char *)NULL, to);
1447 (char *)NULL, to);
1512 * This routine should take a pointer to an "rpc_err" structure, rather than
1513 * a pointer to a CLIENT structure, but "clnt_perror" takes a pointer to
1514 * a CLIENT structure rather than a pointer to an "rpc_err" structure.
1515 * As such, we have to keep the CLIENT structure around in order to print
1603 * better error to display to the user.