YPPROG
clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0);
YPPROG, YPVERS, _yplib_rpc_timeout, &ysd->dom_socket);
ypserv = mkclient(&sin, YPPROG, YPVERS, tcp);
case YPPROG:
rmtca.prog = YPPROG;
msg.rm_call.cb_prog = YPPROG;
client = mkclient(&rsrv_sin, YPPROG, YPVERS, tcp);
ypserv = yp_bind_local(YPPROG, YPVERS);
ypserv = yp_bind_host(master, YPPROG, YPVERS, 0, 1);
ypserv = clnt_create(target, YPPROG, YPVERS, "tcp");
(void) rpcb_unset((u_int)YPPROG, (u_int)YPVERS, NULL);
(void) rpcb_unset((u_int)YPPROG, (u_int)YPVERS_ORIG, NULL);
if (svc_reg(xprt, (u_int)YPPROG, (u_int)YPVERS_ORIG, ypprog_1,
svc_reg(xprt, (u_int)YPPROG, (u_int)YPVERS, ypprog_2,
client = yp_bind_host(host, YPPROG, YPVERS, 0, 1);
client = yp_bind_local(YPPROG, YPVERS);
port = htons(getrpcport(server, YPPROG, YPPROC_NULL, IPPROTO_UDP));