Lines Matching defs:remote
100 * This routine adjusts the timeout used for calls to the remote rpcbind.
603 "\tCouldn't resolve remote address!\n");
685 * returns the client handle that it uses to contact the remote rpcbind.
732 struct netbuf remote;
751 * only request for remote address through
814 CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)&remote);
816 ((address->buf = malloc(remote.len)) == NULL)) {
825 (void) memcpy(address->buf, remote.buf, remote.len);
828 address->len = address->maxlen = remote.len;
851 * We also send the remote system the address we used to
894 * We also send the remote system the address we used to
925 * since the remote machine might not always be able
995 "\tCouldn't resolve remote address!\n");
1131 * rpcbinder remote-call-service interface.
1132 * This routine is used to call the rpcbind remote call service
1200 * Gets the time on the remote host.