Home
last modified time | relevance | path

Searched refs:CLSET_VERS (Results 1 – 12 of 12) 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 Dkey_call.c345 clnt_control(kcp->client, CLSET_VERS, (void *)&vers); in getkeyserv_handle()
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.c452 case CLSET_VERS: in clnt_reconnect_control()
455 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.c886 case CLSET_VERS: in clnt_dg_control()
H A Dclnt_vc.c702 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.c723 clnt_control(client, CLSET_VERS, (char *)&vers);
737 clnt_control(client, CLSET_VERS, (char *)&vers);
1416 (void) CLNT_CONTROL(client, CLSET_VERS, (char *)&versnum);
1442 (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()