VERSNUM
if (!svc_reg(svc, PROGNUM, VERSNUM, server, NULL))
clnt = clnt_raw_create(PROGNUM, VERSNUM);
if (!svc_create(server, PROGNUM, VERSNUM, transp))
clnt = clnt_create(hostname, PROGNUM, VERSNUM, transp);