YPBINDVERS
client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, &clnt_sock,
client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock);
pmap_unset(YPBINDPROG, YPBINDVERS);
pmap_unset(YPBINDPROG, YPBINDVERS);
if (!svc_register(udptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2,
if (!svc_register(tcptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2,
client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock);