ONC+ Developer's Guide

RPCBPROC_CALLIT

This procedure allows a caller to call another remote procedure on the same machine without knowing the remote procedure's universal address. It is intended for supporting broadcasts to arbitrary remote programs via rpcbind's universal address.

The parameters prog, vers, proc, and the args_ptr are the program number, version number, procedure number, and parameters of the remote procedure.


Note -

This procedure sends a response only if the procedure was successfully executed, and is silent (no response) otherwise.


The procedure returns the remote program's universal address, and the results of the remote procedure.