Searched refs:YPBINDPROG (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | yp_b_svc.c | 226 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 D | ypset.c | 273 client = __clnt_create_loopback(YPBINDPROG, YPBINDVERS, &err); in send_message() 284 client = clnt_create(host, YPBINDPROG, in send_message()
|
H A D | ypwhich.c | 390 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 D | yp_b.h | 135 #define YPBINDPROG ((u_long)100007) macro
|
H A D | yppoll.c | 349 (void) rpc_call(host, YPBINDPROG, YPBINDVERS, YPBINDPROC_DOMAIN, in getypserv()
|
H A D | yppush.c | 68 #undef YPBINDPROG 69 #define YPBINDPROG ((ulong_t)109998) macro
|
/titanic_41/usr/src/lib/libnsl/yp/ |
H A D | yp_b.h | 141 #define YPBINDPROG ((rpcprog_t)100007) macro
|
H A D | yp_bind.c | 609 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 D | yp.x | 277 program YPBINDPROG {
|
/titanic_41/usr/src/lib/libbc/libc/yp/ |
H A D | yp_prot.h | 261 #define YPBINDPROG ((u_long)100007) macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nis.c | 63 #define YPBINDPROG ((ulong_t)100007) macro
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 694 #define YPBINDPROG ((ulong_t)100007) macro 856 case YPBINDPROG: in rpcbproc_callit_com()
|