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

/macosx-10.10.1/Libinfo-459/nis.subproj/
H A Dyp_bind.c251 ysd->dom_vers = YPVERS;
262 if (proto == YP_BIND_UDP) ysd->dom_client = clntudp_create(&ysd->dom_server_addr, YPPROG, YPVERS, tv, &ysd->dom_socket);
263 else ysd->dom_client = clnttcp_create(&ysd->dom_server_addr, YPPROG, YPVERS, &ysd->dom_socket, 0, 0);
H A Dyp_all.c174 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0);
H A Dyp_prot.h73 #define YPVERS ((u_long)2) macro
/macosx-10.10.1/remote_cmds-47/ypset.tproj/
H A Dypset.c131 ypsd.ypsetdom_vers = YPVERS;
/macosx-10.10.1/remote_cmds-47/yppush.tproj/
H A Dyppush.c190 client = clnt_create(host, YPPROG, YPVERS, "tcp");
376 client = yp_bind_host(master, YPPROG, YPVERS, 0, 1);
/macosx-10.10.1/remote_cmds-47/ypbind.tproj/
H A Dypbind.c278 ypdb->dom_vers = YPVERS;
374 if (sd->ypsetdom_vers != YPVERS)
377 sys_msg(debug, LOG_DEBUG, "ypsetdom_vers = %lu YPVERS = %lu",
378 sd->ypsetdom_vers, YPVERS);
624 rmtca.vers = YPVERS;
638 ypbindlist->dom_vers = YPVERS;
745 msg.rm_call.cb_vers = YPVERS;
1259 ypdb->dom_vers = YPVERS;
/macosx-10.10.1/remote_cmds-47/ypserv.tproj/
H A Dypserv.c437 (void) pmap_unset(YPPROG, YPVERS);
473 if (!svc_register(transp, YPPROG, YPVERS, ypprog_2, proto)) {
474 _msgout("unable to register (YPPROG, YPVERS, udp).");
500 if (!svc_register(transp, YPPROG, YPVERS, ypprog_2, proto)) {
501 _msgout("unable to register (YPPROG, YPVERS, tcp).");
H A Dyp.h430 #define YPVERS ((u_long)2) macro
/macosx-10.10.1/remote_cmds-47/ypxfr.tproj/
H A Dypxfr.c566 srvport = getrpcport(host,YPPROG,YPVERS,IPPROTO_TCP);
576 client = yp_bind_host(host,YPPROG,YPVERS,0,1);
651 client = yp_bind_local(YPPROG,YPVERS);
/macosx-10.10.1/remote_cmds-47/yppoll.tproj/
H A Dyppoll.c124 client = clntudp_create(&rsrv_sin, YPPROG, YPVERS, tv, &rsrv_sock);
/macosx-10.10.1/Librpcsvc-24/
H A Dyp.x300 version YPVERS {

Completed in 208 milliseconds