Home
last modified time | relevance | path

Searched refs:CLSET_VERS (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libc/rpc/
H A Drpcb_clnt.c768 CLNT_CONTROL(client, CLSET_VERS, (char *)&pmapvers); in __rpcb_findaddr_timed()
869 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers); in __rpcb_findaddr_timed()
942 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers); in __rpcb_findaddr_timed()
1078 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers); in rpcb_getmaps()
1136 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers); in rpcb_rmtcall()
1225 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers); in rpcb_gettime()
H A Dclnt_generic.c125 CLNT_CONTROL(clnt, CLSET_VERS, (char *)&vers_high); in clnt_create_vers_timed()
304 (void) CLNT_CONTROL(cl, CLSET_VERS, (void *)&vers); in clnt_tp_create_timed()
H A Dclnt_dg.c742 case CLSET_VERS: in clnt_dg_control()
H A Dclnt_vc.c597 case CLSET_VERS: in clnt_vc_control()
/freebsd/sys/rpc/
H A Dclnt_rc.c457 case CLSET_VERS: in clnt_reconnect_control()
460 CLNT_CONTROL(rc->rc_client, CLSET_VERS, info); in clnt_reconnect_control()
H A Dclnt.h288 #define CLSET_VERS 13 /* Set version number */ macro
H A Dclnt_dg.c891 case CLSET_VERS: in clnt_dg_control()
H A Dclnt_vc.c707 case CLSET_VERS: in clnt_vc_control()
/freebsd/include/rpc/
H A Dclnt.h215 #define CLSET_VERS 13 /* Set version number */ macro
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c725 clnt_control(client, CLSET_VERS, (char *)&vers);
739 clnt_control(client, CLSET_VERS, (char *)&vers);
1418 (void) CLNT_CONTROL(client, CLSET_VERS, (char *)&versnum);
1444 (void) CLNT_CONTROL(client, CLSET_VERS, (char *)&versnum);
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c433 CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers); in nlm_get_rpc()
553 CLNT_CONTROL(rpcb, CLSET_VERS, &vers); in nlm_get_rpc()