SM_VERS
nlm_nsm = nlm_get_rpc((struct sockaddr *) &sin6, SM_PROG, SM_VERS);
SM_VERS);
if ((retval = callrpc(localhost, SM_PROG, SM_VERS, SM_MON,
(void)rpcb_unset(SM_PROG, SM_VERS, NULL);
if (!svc_create(sm_prog_1, SM_PROG, SM_VERS, "udp")) {
if (!svc_create(sm_prog_1, SM_PROG, SM_VERS, "tcp")) {
cli = clnt_create(hostname, SM_PROG, SM_VERS, "udp");
mon.mon_id.my_id.my_vers = SM_VERS;
cli = clnt_create("localhost", SM_PROG, SM_VERS, "udp");