Lines Matching defs:to

4  * The contents of this file are subject to the terms of the
22 * Use is subject to license terms.
50 * If PORTMAP is defined, rpcinfo will talk to both portmapper and
51 * rpcbind programs; else it talks only to rpcbind. In the latter case
116 * Functions to be performed.
266 if (netid == NULL) { /* user has not selected transport to use */
269 * will be talking to the local system.
350 struct timeval to;
352 to.tv_sec = 5;
353 to.tv_usec = 0;
354 clnt = clntudp_create(addr, prog, vers, to, fdp);
372 * tries to find out the version number by making a call to version 0 and if
385 struct timeval to;
396 to.tv_sec = 10;
397 to.tv_usec = 0;
402 * A call to version 0 should fail with a program/version
413 to);
437 (char *)NULL, to);
465 (char *)NULL, to);
514 * the connection to the remote server timed out, so
603 * to get a unique list of responses the output of rpcinfo should
792 * convert to rpcblist_ptr format
993 * used to contact it in case it can help it
1254 * XXX: We also add RPCBPROC_GETADDRLIST queries to
1346 /* Convert the uaddr to taddr */
1362 * If the version number is given, ping that (prog, vers); else try to find
1365 * sent directly to the services themselves.
1375 struct timeval to;
1392 to.tv_sec = 10;
1393 to.tv_usec = 0;
1397 * A call to version 0 should fail with a program/version
1407 (char *)NULL, to);
1433 (char *)NULL, to);
1460 (char *)NULL, to);
1471 * If the version number is given, ping that (prog, vers); else try to find
1474 * then sent directly to the services themselves.
1483 struct timeval to;
1497 * A call to version 0 should fail with a program/version
1519 to.tv_sec = 10;
1520 to.tv_usec = 0;
1523 (char *)NULL, to);
1547 (xdrproc_t)xdr_void, (char *)NULL, to);
1573 (char *)NULL, to);
1649 * This routine should take a pointer to an "rpc_err" structure, rather than
1650 * a pointer to a CLIENT structure, but "clnt_perror" takes a pointer to
1651 * a CLIENT structure rather than a pointer to an "rpc_err" structure.
1652 * As such, we have to keep the CLIENT structure around in order to print
1750 * better error to display to the user.