nlm_prot_impl.c | 360 CLIENT *rpcb; local in function:nlm_get_rpc 362 RPCB parms; 398 rpcb = clnt_dg_create(so, (struct sockaddr *)&ss, 400 if (!rpcb) 426 stat = CLNT_CALL(rpcb, (rpcprog_t) RPCBPROC_GETADDR, 454 CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers); 467 stat = CLNT_CALL(rpcb, (rpcprog_t) PMAPPROC_GETPORT, 521 CLNT_DESTROY(rpcb); 532 CLNT_DESTROY(rpcb); 545 rpcb = clnt_reconnect_create(nconf, (struct sockaddr *)&ss [all...] |