Home
last modified time | relevance | path

Searched refs:YPBINDPROG (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c226 if (!svc_reg(transp, YPBINDPROG, YPBINDVERS, ypbindprog_3, 0)) {
230 if (!svc_reg(transp, YPBINDPROG, YPBINDVERS_2,
237 if (!svc_reg(transp, YPBINDPROG, YPBINDVERS_1,
347 YPBINDPROG, YPBINDVERS, nconf)) == NULL) {
366 (void) rpcb_unset(YPBINDPROG, YPBINDVERS_2, nconf);
367 if (!svc_reg(xprt, YPBINDPROG, YPBINDVERS_2,
379 (void) rpcb_unset(YPBINDPROG, YPBINDVERS_1,
381 if (!svc_reg(xprt, YPBINDPROG, YPBINDVERS_1,
599 rpcb_unset(YPBINDPROG, YPBINDVERS, 0); in clear_bindings()
600 rpcb_unset(YPBINDPROG, YPBINDVERS_2, 0); in clear_bindings()
[all …]
H A Dypset.c273 client = __clnt_create_loopback(YPBINDPROG, YPBINDVERS, &err); in send_message()
284 client = clnt_create(host, YPBINDPROG, in send_message()
H A Dypwhich.c390 client = __clnt_create_loopback(YPBINDPROG, vers, &yperr);
392 client = clnt_create(host, YPBINDPROG, vers, "netpath");
563 if ((client = clnt_create(host, YPBINDPROG, vers, "udp")) == NULL) {
H A Dyp_b.h135 #define YPBINDPROG ((u_long)100007) macro
H A Dyppoll.c349 (void) rpc_call(host, YPBINDPROG, YPBINDVERS, YPBINDPROC_DOMAIN, in getypserv()
H A Dyppush.c68 #undef YPBINDPROG
69 #define YPBINDPROG ((ulong_t)109998) macro
/titanic_41/usr/src/lib/libnsl/yp/
H A Dyp_b.h141 #define YPBINDPROG ((rpcprog_t)100007) macro
H A Dyp_bind.c609 tb = __clnt_create_loopback(YPBINDPROG, YPBINDVERS, &err); in __yp_dobind_cflookup()
763 tb = __clnt_create_loopback(YPBINDPROG, YPBINDVERS, &err); in __yp_dobind_rsvdport_cflookup()
/titanic_41/usr/src/head/rpcsvc/
H A Dyp.x277 program YPBINDPROG {
/titanic_41/usr/src/lib/libbc/libc/yp/
H A Dyp_prot.h261 #define YPBINDPROG ((u_long)100007) macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c63 #define YPBINDPROG ((ulong_t)100007) macro
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c694 #define YPBINDPROG ((ulong_t)100007) macro
856 case YPBINDPROG: in rpcbproc_callit_com()