Symbol: YPPROG
lib/libc/yp/yplib.c
522
YPPROG, YPVERS, tv, &ysd->dom_socket, 65507, 65507);
lib/libc/yp/yplib.c
962
clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0);
libexec/ypxfr/ypxfr_getmap.c
73
if ((clnt = clnt_create(host, YPPROG, YPVERS, "tcp")) == NULL) {
libexec/ypxfr/ypxfr_main.c
349
remoteport = getrpcport(ypxfr_source_host, YPPROG, YPVERS, IPPROTO_UDP);
libexec/ypxfr/ypxfr_main.c
552
if ((stat = callrpc("localhost",YPPROG,YPVERS,YPPROC_CLEAR,
libexec/ypxfr/ypxfr_misc.c
154
if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) {
libexec/ypxfr/ypxfr_misc.c
219
if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) {
libexec/ypxfr/ypxfr_misc.c
265
if ((clnt = clnt_create(server, YPPROG,YPVERS,"udp")) == NULL) {
usr.bin/ypwhich/ypwhich.c
209
client = yp_bind_host(host, YPPROG, YPVERS, 0, 1);
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
225
if (getrpcport(_localhost, YPPROG, YPVERS, IPPROTO_UDP) <= 0) {
usr.sbin/rpcbind/security.c
263
case YPPROG:
usr.sbin/yp_mkdb/yp_mkdb.c
330
if ((stat = callrpc("localhost", YPPROG,YPVERS, YPPROC_CLEAR,
usr.sbin/ypbind/yp_ping.c
230
sin.sin_port = htons(__pmap_getport(&sin, YPPROG,
usr.sbin/ypbind/yp_ping.c
250
clnt = clntudp_create(any, YPPROG, YPVERS, tv, &sock);
usr.sbin/ypbind/ypbind.c
748
stat = clnt_broadcast(YPPROG, YPVERS, YPPROC_DOMAIN_NONACK,
usr.sbin/ypbind/ypbind.c
794
YPPROG, YPVERS, interval, &rpcsock, RPCSMALLMSGSIZE,
usr.sbin/ypldap/yp.c
116
(void)pmap_unset(YPPROG, YPVERS);
usr.sbin/ypldap/yp.c
123
if (!svc_register(yp->yp_trans_udp, YPPROG, YPVERS,
usr.sbin/ypldap/yp.c
127
if (!svc_register(yp->yp_trans_tcp, YPPROG, YPVERS,
usr.sbin/yppoll/yppoll.c
93
client = clntudp_create(&rsrv_sin, YPPROG, YPVERS, tv, &rsrv_sock);
usr.sbin/yppush/yppush_main.c
319
if ((clnt = clnt_create(job->server, YPPROG, YPVERS, "udp")) == NULL) {
usr.sbin/ypserv/yp_access.c
226
if (rqstp->rq_prog != YPPASSWDPROG && rqstp->rq_prog != YPPROG) {
usr.sbin/ypserv/yp_access.c
261
(rqstp->rq_prog == YPPROG &&
usr.sbin/ypserv/yp_main.c
183
(void)svc_unreg(YPPROG, YPVERS);
usr.sbin/ypserv/yp_main.c
184
(void)svc_unreg(YPPROG, YPOLDVERS);
usr.sbin/ypserv/yp_main.c
406
if (!svc_reg(transp, YPPROG, YPOLDVERS, ypprog_1, NULL)) {
usr.sbin/ypserv/yp_main.c
413
if (!svc_reg(transp, YPPROG, YPVERS, ypprog_2, NULL)) {
usr.sbin/ypserv/yp_main.c
438
rpcb_set(YPPROG, YPOLDVERS, nconf, &svcaddr);
usr.sbin/ypserv/yp_main.c
441
rpcb_set(YPPROG, YPVERS, nconf, &svcaddr);
usr.sbin/ypset/ypset.c
66
port = getrpcport(server, YPPROG, YPPROC_NULL, IPPROTO_UDP);