Searched refs:CLSET_VERS (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/lib/libc/rpc/ |
| D | rpcb_clnt.c | 730 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&pmapvers); in __rpcb_findaddr() 833 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers); in __rpcb_findaddr() 904 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers); in __rpcb_findaddr() 1041 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers); in rpcb_getmaps() 1099 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers); in rpcb_rmtcall() 1184 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers); in rpcb_gettime()
|
| D | clnt_generic.c | 121 CLNT_CONTROL(clnt, CLSET_VERS, (char *)(void *)&vers_high); in __weak_alias() 267 (void) CLNT_CONTROL(cl, CLSET_VERS, (void *)&vers); in clnt_tp_create()
|
| D | clnt_dg.c | 662 case CLSET_VERS: in clnt_dg_control()
|
| D | clnt_vc.c | 624 case CLSET_VERS: in clnt_vc_control()
|
| /netbsd/src/include/rpc/ |
| D | clnt.h | 267 #define CLSET_VERS 13 /* Set version number */ macro
|
| /netbsd/src/usr.bin/rpcinfo/ |
| D | rpcinfo.c | 732 clnt_control(client, CLSET_VERS, (char *)(void *)&vers); 746 clnt_control(client, CLSET_VERS, (char *)(void *)&vers); 1444 (void)CLNT_CONTROL(client, CLSET_VERS, 1470 (void)CLNT_CONTROL(client, CLSET_VERS,
|
| /netbsd/src/sys/fs/nfs/nlm/ |
| D | nlm_prot_impl.c | 454 CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers); in nlm_get_rpc() 556 CLNT_CONTROL(rpcb, CLSET_VERS, &vers); in nlm_get_rpc()
|