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

/freebsd-9.3-release/libexec/ypxfr/
H A Dypxfr_misc.c154 if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) {
219 if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) {
265 if ((clnt = clnt_create(server, YPPROG,YPVERS,"udp")) == NULL) {
H A Dypxfr_getmap.c73 if ((clnt = clnt_create(host, YPPROG, YPVERS, "tcp")) == NULL) {
H A Dypxfr_main.c349 remoteport = getrpcport(ypxfr_source_host, YPPROG, YPVERS, IPPROTO_UDP);
552 if ((stat = callrpc("localhost",YPPROG,YPVERS,YPPROC_CLEAR,
/freebsd-9.3-release/usr.sbin/ypset/
H A Dypset.c88 ypsd.ypsetdom_vers = YPVERS;
/freebsd-9.3-release/usr.sbin/ypbind/
H A Dyp_ping.c240 YPVERS, IPPROTO_UDP));
259 clnt = clntudp_create(any, YPPROG, YPVERS, tv, &sock);
H A Dypbind.c210 ypdb->dom_vers = YPVERS;
271 if (argp->ypsetdom_vers != YPVERS) {
456 ypbindlist->dom_vers = YPVERS;
562 ypdb->dom_domain, YPVERS);
740 stat = clnt_broadcast(YPPROG, YPVERS, YPPROC_DOMAIN_NONACK,
786 YPPROG, YPVERS, interval, &rpcsock, RPCSMALLMSGSIZE,
867 ypdb->dom_domain, YPVERS);
911 ypdb->dom_vers = YPVERS;
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_main.c185 (void)svc_unreg(YPPROG, YPVERS);
417 if (!svc_reg(transp, YPPROG, YPVERS, ypprog_2, NULL)) {
420 _msgout("unable to register (YPPROG, YPVERS, %s): %s",
445 rpcb_set(YPPROG, YPVERS, nconf, &svcaddr);
H A Dyp_dnslookup.c236 case YPVERS:
/freebsd-9.3-release/include/rpcsvc/
H A Dyp_prot.h78 #define YPVERS ((u_long)2) macro
H A Dyp.x300 version YPVERS {
/freebsd-9.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c227 if (getrpcport(_localhost, YPPROG, YPVERS, IPPROTO_UDP) <= 0) {
/freebsd-9.3-release/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c335 if ((stat = callrpc("localhost", YPPROG,YPVERS, YPPROC_CLEAR,
/freebsd-9.3-release/usr.sbin/yppush/
H A Dyppush_main.c321 if ((clnt = clnt_create(job->server, YPPROG, YPVERS, "udp")) == NULL) {
/freebsd-9.3-release/lib/libc/yp/
H A Dyplib.c516 ysd->dom_vers = YPVERS;
526 YPPROG, YPVERS, tv, &ysd->dom_socket, 1280, 2304);
922 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0);

Completed in 70 milliseconds