Searched refs:clnt_rpcbind_create (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 133 static CLIENT *clnt_rpcbind_create(char *, int, struct netbuf **); 689 client = clnt_rpcbind_create(host, RPCBVERS, NULL); 885 client = clnt_rpcbind_create(host, RPCBVERS4, &targaddr); 1005 client = clnt_rpcbind_create(host, RPCBVERS4, NULL); 1535 clnt_rpcbind_create(char *host, int rpcbversnum, struct netbuf **targaddr) function
|