Symbol: CLSET_VERS
lib/libc/rpc/clnt_dg.c
742
case CLSET_VERS:
lib/libc/rpc/clnt_generic.c
125
CLNT_CONTROL(clnt, CLSET_VERS, (char *)&vers_high);
lib/libc/rpc/clnt_generic.c
304
(void) CLNT_CONTROL(cl, CLSET_VERS, (void *)&vers);
lib/libc/rpc/clnt_vc.c
597
case CLSET_VERS:
lib/libc/rpc/key_call.c
345
clnt_control(kcp->client, CLSET_VERS, (void *)&vers);
lib/libc/rpc/rpcb_clnt.c
1078
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
1136
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers);
lib/libc/rpc/rpcb_clnt.c
1225
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
768
CLNT_CONTROL(client, CLSET_VERS, (char *)&pmapvers);
lib/libc/rpc/rpcb_clnt.c
869
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
942
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
sys/nlm/nlm_prot_impl.c
433
CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers);
sys/nlm/nlm_prot_impl.c
553
CLNT_CONTROL(rpcb, CLSET_VERS, &vers);
sys/rpc/clnt_dg.c
886
case CLSET_VERS:
sys/rpc/clnt_rc.c
457
case CLSET_VERS:
sys/rpc/clnt_rc.c
460
CLNT_CONTROL(rc->rc_client, CLSET_VERS, info);
sys/rpc/clnt_vc.c
702
case CLSET_VERS:
usr.bin/rpcinfo/rpcinfo.c
1418
(void) CLNT_CONTROL(client, CLSET_VERS, (char *)&versnum);
usr.bin/rpcinfo/rpcinfo.c
1444
(void) CLNT_CONTROL(client, CLSET_VERS, (char *)&versnum);
usr.bin/rpcinfo/rpcinfo.c
725
clnt_control(client, CLSET_VERS, (char *)&vers);
usr.bin/rpcinfo/rpcinfo.c
739
clnt_control(client, CLSET_VERS, (char *)&vers);