/titanic_41/usr/src/lib/libnsl/yp/ |
H A D | yp_all.c | 90 if (pdomb->dom_binding->ypbind_hi_vers < YPVERS) { in __yp_all_cflookup() 134 YPVERS, "circuit_n")) == NULL) { in __yp_all_cflookup() 214 if (pdomb->dom_binding->ypbind_hi_vers < YPVERS) { in __yp_all_rsvdport() 265 if ((allc = __yp_clnt_create_rsvdport(server_name, YPPROG, YPVERS, in __yp_all_rsvdport() 267 (allc = __yp_clnt_create_rsvdport(server_name, YPPROG, YPVERS, in __yp_all_rsvdport()
|
H A D | yp_bind.c | 303 if (!rpcb_getaddr(YPPROG, YPVERS, nconf, svcaddr, addr)) in __yp_add_binding_netid() 310 binding->ypbind_hi_vers = YPVERS; in __yp_add_binding_netid() 311 binding->ypbind_lo_vers = YPVERS; in __yp_add_binding_netid() 387 YPPROG, YPVERS, __ypipbufsize, in load_dom_binding() 493 YPPROG, YPVERS, __ypipbufsize, in load_dom_binding_rsvdport() 616 ypbd.ypbind_vers = YPVERS; in __yp_dobind_cflookup() 770 ypbd.ypbind_vers = YPVERS; in __yp_dobind_rsvdport_cflookup()
|
H A D | yp_master.c | 81 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) { in yp_master() 143 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) { in __yp_master_rsvdport()
|
H A D | yp_order.c | 81 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) { in yp_order()
|
H A D | yp_enum.c | 93 if (pdomb->dom_binding->ypbind_hi_vers == YPVERS) { in __yp_first_cflookup() 257 if (pdomb->dom_binding->ypbind_hi_vers == YPVERS) { in __yp_next_cflookup()
|
H A D | yp_match.c | 225 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) { in __yp_match_cflookup() 409 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) { in __yp_match_rsvdport_cflookup()
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypset.c | 258 if ((server = clnt_create(server_to_use, YPPROG, YPVERS, in send_message() 298 ypbind_info.ypbind_hi_vers = YPVERS; in send_message() 299 ypbind_info.ypbind_lo_vers = YPVERS; in send_message()
|
H A D | yp_b_subr.c | 491 stat = rpc_broadcast(YPPROG, YPVERS, YPPROC_DOMAIN_NONACK, 569 __clnt_tp_create_bootstrap(servername, YPPROG, YPVERS, nconf); 636 b->ypbind_hi_vers = YPVERS; 637 b->ypbind_lo_vers = YPVERS; 719 b.ypbind_hi_vers = YPVERS; 720 b.ypbind_lo_vers = YPVERS; 767 setb.ypbind_hi_vers = YPVERS; 768 setb.ypbind_lo_vers = YPVERS; 984 pdom->dom_vers = YPVERS; /* This doesn't talk to old ypserv */
|
H A D | ypserv.c | 274 svc_unreg(YPPROG, YPVERS); in ypinit() 314 if (!svc_reg(service[i].xprt, YPPROG, YPVERS, ypdispatch, in ypinit() 377 if (!svc_create(ypdispatch, YPPROG, YPVERS, "circuit_n")) { in ypinit()
|
H A D | ypxfr.c | 599 if (ping_server(host, pdomb, YPVERS, status)) { 600 *vers = YPVERS; 748 if (master_prog_vers == YPVERS) { 924 if (master_prog_vers == YPVERS) { 1441 if (master_prog_vers == YPVERS) { 1554 if (master_prog_vers == YPVERS) {
|
H A D | ypv1_prot.h | 43 #define YPOLDVERS (YPVERS - 1)
|
H A D | yppoll.c | 260 if ((map_clnt = clnt_create(host, YPPROG, YPVERS, in getmapparms()
|
H A D | ypwhich.c | 724 if (binding->dom_binding->ypbind_hi_vers >= YPVERS) { in dump_ypmaps()
|
H A D | yppush.c | 1008 YPPROG, YPVERS, (char *)NULL, 0, 0)) == NULL) { in send_message()
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | yp.x | 220 version YPVERS {
|
H A D | yp_prot.h | 112 #define YPVERS ((rpcvers_t)2) macro
|
/titanic_41/usr/src/lib/libbc/libc/yp/ |
H A D | yp_prot.h | 105 #define YPVERS ((u_long)2) macro
|
H A D | ypv1_prot.h | 37 #define YPOLDVERS (YPVERS - 1)
|