HomeSort by: relevance | last modified time | path
    Searched defs:clnt_rpcbind_create (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rpcinfo/
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 *
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 *

Completed in 24 milliseconds