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

/freebsd-current/sys/rpc/
H A Drpcb_clnt.c1153 rpcvers_t rpcb_vers;
1171 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1172 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers);
/freebsd-current/lib/libc/rpc/
H A Drpcb_clnt.c1117 rpcvers_t rpcb_vers; local
1135 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1136 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers);

Completed in 108 milliseconds