HomeSort by: relevance | last modified time | path
    Searched defs:rpcb_vers (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
rpcb_clnt.c 1080 rpcvers_t rpcb_vers; local in function:rpcb_rmtcall
1098 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1099 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers);
rpcb_clnt.c 1080 rpcvers_t rpcb_vers; local in function:rpcb_rmtcall
1098 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1099 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers);

Completed in 22 milliseconds