Searched refs:YPVERS (Results 1 - 18 of 18) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libnsl/yp/
H A Dyp_all.c90 if (pdomb->dom_binding->ypbind_hi_vers < YPVERS) {
134 YPVERS, "circuit_n")) == NULL) {
214 if (pdomb->dom_binding->ypbind_hi_vers < YPVERS) {
265 if ((allc = __yp_clnt_create_rsvdport(server_name, YPPROG, YPVERS,
267 (allc = __yp_clnt_create_rsvdport(server_name, YPPROG, YPVERS,
H A Dyp_master.c81 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) {
143 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) {
H A Dyp_order.c81 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) {
H A Dyp_enum.c93 if (pdomb->dom_binding->ypbind_hi_vers == YPVERS) {
257 if (pdomb->dom_binding->ypbind_hi_vers == YPVERS) {
H A Dyp_bind.c303 if (!rpcb_getaddr(YPPROG, YPVERS, nconf, svcaddr, addr))
310 binding->ypbind_hi_vers = YPVERS;
311 binding->ypbind_lo_vers = YPVERS;
387 YPPROG, YPVERS, __ypipbufsize,
493 YPPROG, YPVERS, __ypipbufsize,
616 ypbd.ypbind_vers = YPVERS;
770 ypbd.ypbind_vers = YPVERS;
H A Dyp_match.c225 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) {
409 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) {
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dypset.c258 if ((server = clnt_create(server_to_use, YPPROG, YPVERS,
298 ypbind_info.ypbind_hi_vers = YPVERS;
299 ypbind_info.ypbind_lo_vers = YPVERS;
H A Dypserv.c274 svc_unreg(YPPROG, YPVERS);
314 if (!svc_reg(service[i].xprt, YPPROG, YPVERS, ypdispatch,
377 if (!svc_create(ypdispatch, YPPROG, YPVERS, "circuit_n")) {
H A Dyp_b_subr.c491 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 */
1171 * local node's default domain for ypserv version 2 (YPVERS) wil
[all...]
H A Dypv1_prot.h43 #define YPOLDVERS (YPVERS - 1)
H A Dypxfr.c131 unsigned int master_prog_vers; /* YPVERS (barfs at YPOLDVERS !) */
589 * to a NIS server. vers is set to YPVERS, doesn't give a damn about
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 Dyppoll.c260 if ((map_clnt = clnt_create(host, YPPROG, YPVERS,
H A Dypwhich.c724 if (binding->dom_binding->ypbind_hi_vers >= YPVERS) {
H A Dyppush.c1008 YPPROG, YPVERS, (char *)NULL, 0, 0)) == NULL) {
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/yp/
H A Dyp_prot.h105 #define YPVERS ((u_long)2) macro
H A Dypv1_prot.h37 #define YPOLDVERS (YPVERS - 1)
/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Dyp.x220 version YPVERS {
H A Dyp_prot.h112 #define YPVERS ((rpcvers_t)2) macro

Completed in 226 milliseconds