Searched refs:rpcb (Results 1 – 8 of 8) sorted by relevance
| /trueos/include/rpc/ |
| HD | rpcb_prot.x | 126 struct rpcb { struct 135 %typedef rpcb RPCB; argument 151 rpcb rpcb_map; 340 RPCBPROC_SET(rpcb) = 1; 343 RPCBPROC_UNSET(rpcb) = 2; 346 RPCBPROC_GETADDR(rpcb) = 3; 366 RPCBPROC_SET(rpcb) = 1; 369 RPCBPROC_UNSET(rpcb) = 2; 372 RPCBPROC_GETADDR(rpcb) = 3; 396 RPCBPROC_GETVERSADDR(rpcb) = 9; [all …]
|
| /trueos/sys/rpc/ |
| HD | rpcb_prot.h | 132 struct rpcb { struct 139 typedef struct rpcb rpcb; argument 141 typedef rpcb RPCB; 156 rpcb rpcb_map; 359 struct rpcb { 366 typedef struct rpcb RPCB;
|
| /trueos/sys/kgssapi/ |
| HD | gsstest.c | 592 CLIENT *rpcb; in gsstest_get_rpc() local 629 rpcb = clnt_dg_create(so, (struct sockaddr *)&ss, in gsstest_get_rpc() 631 if (!rpcb) in gsstest_get_rpc() 657 stat = CLNT_CALL(rpcb, (rpcprog_t) RPCBPROC_GETADDR, in gsstest_get_rpc() 665 CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers); in gsstest_get_rpc() 679 CLNT_DESTROY(rpcb); in gsstest_get_rpc() 696 stat = CLNT_CALL(rpcb, (rpcprog_t) PMAPPROC_GETPORT, in gsstest_get_rpc() 752 CLNT_DESTROY(rpcb); in gsstest_get_rpc() 763 CLNT_DESTROY(rpcb); in gsstest_get_rpc() 776 rpcb = clnt_reconnect_create(nconf, (struct sockaddr *)&ss, in gsstest_get_rpc() [all …]
|
| /trueos/sys/nlm/ |
| HD | nlm_prot_impl.c | 352 CLIENT *rpcb; in nlm_get_rpc() local 392 rpcb = clnt_dg_create(so, (struct sockaddr *)&ss, in nlm_get_rpc() 394 if (!rpcb) in nlm_get_rpc() 420 stat = CLNT_CALL(rpcb, (rpcprog_t) RPCBPROC_GETADDR, in nlm_get_rpc() 448 CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers); in nlm_get_rpc() 461 stat = CLNT_CALL(rpcb, (rpcprog_t) PMAPPROC_GETPORT, in nlm_get_rpc() 532 CLNT_DESTROY(rpcb); in nlm_get_rpc() 543 CLNT_DESTROY(rpcb); in nlm_get_rpc() 556 rpcb = clnt_reconnect_create(nconf, (struct sockaddr *)&ss, in nlm_get_rpc() 558 CLNT_CONTROL(rpcb, CLSET_WAITCHAN, wchan); in nlm_get_rpc() [all …]
|
| /trueos/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/ |
| HD | security.c | 68 rpcb *rpcbp; in check_access() 80 rpcbp = (rpcb *)args; in check_access()
|
| HD | rpcb_svc_4.c | 72 rpcb rpcbproc_set_4_arg; in rpcb_service_4() 73 rpcb rpcbproc_unset_4_arg; in rpcb_service_4() 74 rpcb rpcbproc_getaddr_4_local_arg; in rpcb_service_4()
|
| /trueos/usr.sbin/rpcbind/ |
| HD | rpcb_svc_4.c | 73 rpcb rpcbproc_set_4_arg; in rpcb_service_4() 74 rpcb rpcbproc_unset_4_arg; in rpcb_service_4() 75 rpcb rpcbproc_getaddr_4_local_arg; in rpcb_service_4()
|
| HD | security.c | 70 rpcb *rpcbp; in check_access() 82 rpcbp = (rpcb *)args; in check_access()
|