rpc_num
The rpc_num
keyword is used to check the RPC application, version and procedure numbers in a SUNRPC CALL request.
Syntax:
--rpc_num <application_number>[,<version_number>[,<procedure_number>]];
Examples:
--rpc_num 100221,*,*;
--rpc_num 100005,2,*;
--rpc_num 100000,*,4;
The *
indicates that the number can have any value.