Searched refs:YPPROG (Results 1 - 15 of 15) 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/ypserv/
H A Dyp_main.c185 (void)svc_unreg(YPPROG, YPVERS);
186 (void)svc_unreg(YPPROG, YPOLDVERS);
410 if (!svc_reg(transp, YPPROG, YPOLDVERS, ypprog_1, NULL)) {
413 _msgout("unable to register (YPPROG, YPOLDVERS, %s):"
417 if (!svc_reg(transp, YPPROG, YPVERS, ypprog_2, NULL)) {
420 _msgout("unable to register (YPPROG, YPVERS, %s): %s",
442 rpcb_set(YPPROG, YPOLDVERS, nconf, &svcaddr);
445 rpcb_set(YPPROG, YPVERS, nconf, &svcaddr);
H A Dyp_access.c224 if (rqstp->rq_prog != YPPASSWDPROG && rqstp->rq_prog != YPPROG) {
259 (rqstp->rq_prog == YPPROG &&
/freebsd-9.3-release/usr.sbin/ypset/
H A Dypset.c68 if ((port = htons(getrpcport(server, YPPROG, YPPROC_NULL, IPPROTO_UDP))) == 0)
/freebsd-9.3-release/usr.sbin/ypbind/
H A Dyp_ping.c239 sin.sin_port = htons(__pmap_getport(&sin, YPPROG,
259 clnt = clntudp_create(any, YPPROG, YPVERS, tv, &sock);
H A Dypbind.c740 stat = clnt_broadcast(YPPROG, YPVERS, YPPROC_DOMAIN_NONACK,
786 YPPROG, YPVERS, interval, &rpcsock, RPCSMALLMSGSIZE,
/freebsd-9.3-release/include/rpcsvc/
H A Dyp_prot.h77 #define YPPROG ((u_long)100004) macro
H A Dyp.x264 program YPPROG {
/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/rpcbind/
H A Dsecurity.c264 case YPPROG:
/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.c526 YPPROG, YPVERS, tv, &ysd->dom_socket, 1280, 2304);
922 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0);

Completed in 117 milliseconds