HomeSort by relevance Sort by last modified time
    Searched refs:YPVERS (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/lib/libnsl/yp/
yp_all.c 90 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,
yp_master.c 81 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) {
143 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) {
yp_order.c 81 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) {
yp_enum.c 93 if (pdomb->dom_binding->ypbind_hi_vers == YPVERS) {
257 if (pdomb->dom_binding->ypbind_hi_vers == YPVERS) {
yp_bind.c 307 if (!rpcb_getaddr(YPPROG, YPVERS, nconf, svcaddr, addr))
314 binding->ypbind_hi_vers = YPVERS;
315 binding->ypbind_lo_vers = YPVERS;
391 YPPROG, YPVERS, __ypipbufsize,
497 YPPROG, YPVERS, __ypipbufsize,
621 ypbd.ypbind_vers = YPVERS;
775 ypbd.ypbind_vers = YPVERS;
yp_match.c 225 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) {
409 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) {
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypset.c 258 if ((server = clnt_create(server_to_use, YPPROG, YPVERS,
298 ypbind_info.ypbind_hi_vers = YPVERS;
299 ypbind_info.ypbind_lo_vers = YPVERS;
ypserv.c 274 svc_unreg(YPPROG, YPVERS);
314 if (!svc_reg(service[i].xprt, YPPROG, YPVERS, ypdispatch,
377 if (!svc_create(ypdispatch, YPPROG, YPVERS, "circuit_n")) {
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 */
1171 * local node's default domain for ypserv version 2 (YPVERS) will b
    [all...]
ypv1_prot.h 43 #define YPOLDVERS (YPVERS - 1)
ypxfr.c 131 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) {
    [all...]
yppoll.c 260 if ((map_clnt = clnt_create(host, YPPROG, YPVERS,
ypwhich.c 724 if (binding->dom_binding->ypbind_hi_vers >= YPVERS) {
yppush.c 1008 YPPROG, YPVERS, (char *)NULL, 0, 0)) == NULL) {
  /onnv/onnv-gate/usr/src/lib/libbc/libc/yp/
yp_prot.h 105 #define YPVERS ((u_long)2)
ypv1_prot.h 37 #define YPOLDVERS (YPVERS - 1)
  /onnv/onnv-gate/usr/src/head/rpcsvc/
yp.x 220 version YPVERS {
yp_prot.h 112 #define YPVERS ((rpcvers_t)2)
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_main.c     [all...]

Completed in 4470 milliseconds