Searched refs:clnt_rpcbind_create (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/usr.bin/rpcinfo/ |
| H A D | rpcinfo.c | 141 static CLIENT *clnt_rpcbind_create(char *, int, struct netbuf **); 697 client = clnt_rpcbind_create(host, RPCBVERS, NULL); 893 client = clnt_rpcbind_create(host, RPCBVERS4, &targaddr); 1013 client = clnt_rpcbind_create(host, RPCBVERS4, NULL); 1543 clnt_rpcbind_create(char *host, int rpcbversnum, struct netbuf **targaddr) function
|