Searched refs:rpcb_vers (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Drpcb_clnt.c1106 rpcvers_t rpcb_vers; local
1124 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1125 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers);
/netbsd-6-1-5-RELEASE/tests/fs/common/nfsrpc/
H A Drpcb_clnt.c1108 rpcvers_t rpcb_vers; local
1126 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1127 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers);

Completed in 54 milliseconds