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

/freebsd-10.2-release/lib/libc/rpc/
H A Drpcb_clnt.c1144 rpcvers_t rpcb_vers; local
1162 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1163 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers);
/freebsd-10.2-release/sys/rpc/
H A Drpcb_clnt.c1159 rpcvers_t rpcb_vers;
1177 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1178 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers);

Completed in 105 milliseconds