nlm_bind_host
if (host->h_rpcclnt == NULL && nlm_bind_host(host) == NULL)
if ((clnt = nlm_bind_host(host)) == NULL)
clnt = nlm_bind_host(host);
struct rpc_clnt * nlm_bind_host(struct nlm_host *);