Searched refs:RPCBPROG (Results 1 – 11 of 11) sorted by relevance
| /src/contrib/netbsd-tests/lib/libc/rpc/ |
| H A D | t_rpc.c | 81 if ((clnt = clnt_create_timed(host, RPCBPROG, RPCBVERS, transp, in onehost() 88 if ((clnt = clnt_create(host, RPCBPROG, RPCBVERS, transp)) == NULL) in onehost() 246 clnt_stat = rpc_broadcast(RPCBPROG, RPCBVERS, RPCBPROC_NULL, in allhosts()
|
| /src/usr.sbin/rpcbind/ |
| H A D | rpcbind.c | 656 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS, rpcb_service_3, NULL)) { in init_transport() 661 rbllist_add(RPCBPROG, RPCBVERS, nconf, &taddr.addr); in init_transport() 664 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS4, rpcb_service_4, NULL)) { in init_transport() 669 rbllist_add(RPCBPROG, RPCBVERS4, nconf, &taddr.addr); in init_transport()
|
| H A D | security.c | 242 case RPCBPROG: in check_callit()
|
| /src/sys/rpc/ |
| H A D | rpcb_clnt.c | 67 rpcb_clnt = client_nl_create("rpcbind", RPCBPROG, RPCBVERS); in local_rpcb()
|
| H A D | rpcb_prot.h | 490 #define RPCBPROG ((unsigned long)(100000)) macro
|
| /src/include/rpc/ |
| H A D | rpcb_prot.x | 333 program RPCBPROG {
|
| /src/lib/libc/rpc/ |
| H A D | rpcb_clnt.c | 292 (rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0); in getclnthandle() 387 (rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0); in getclnthandle() 442 client = clnt_vc_create(sock, &nbuf, (rpcprog_t)RPCBPROG, in local_rpcb()
|
| H A D | auth_time.c | 337 clnt = clnttcp_create(&sin, RPCBPROG, RPCBVERS, &s, 0, 0); in __rpc_get_time_offset()
|
| H A D | clnt_bcast.c | 377 msg.rm_call.cb_prog = RPCBPROG; in rpc_broadcast_exp()
|
| /src/usr.bin/rpcinfo/ |
| H A D | rpcinfo.c | 1583 client = clnt_tli_create(RPC_ANYFD, nconf, &addr, RPCBPROG,
|
| /src/sys/nlm/ |
| H A D | nlm_prot_impl.c | 378 RPCBPROG, rpcvers, 0, 0); in nlm_get_rpc()
|