rpcinfo.c | 145 static CLIENT *clnt_rpcbind_create(const char *, rpcvers_t, struct netbuf **); 701 client = clnt_rpcbind_create(host, RPCBVERS, NULL); 909 client = clnt_rpcbind_create(host, RPCBVERS4, &targaddr); 1026 client = clnt_rpcbind_create(host, RPCBVERS4, NULL); 1590 clnt_rpcbind_create(const char *host, rpcvers_t rpcbversnum, function in typeref:typename:CLIENT *
|