Lines Matching defs:remote
119 * This routine adjusts the timeout used for calls to the remote rpcbind.
650 "\tCouldn't resolve remote address!\n");
660 * returns the client handle that it uses to contact the remote rpcbind.
705 struct netbuf remote;
753 CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)(void *)&remote);
755 ((address->buf = malloc(remote.len)) == NULL)) {
764 memcpy(address->buf, remote.buf, remote.len);
767 address->len = address->maxlen = remote.len;
775 * We also send the remote system the address we used to
836 * We also send the remote system the address we used to
861 * since the remote machine might not always be able
920 "\tCouldn't resolve remote address!\n");
1056 * rpcbinder remote-call-service interface.
1057 * This routine is used to call the rpcbind remote call service
1065 const char *host, /* Remote host name */
1068 rpcproc_t proc, /* Remote proc identifiers */
1137 * Gets the time on the remote host.