Searched refs:clnt_addr_create (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 105 static CLIENT *clnt_addr_create(/* char *addr, struct netconfig *nconf, 1327 clnt_addr_create(address, nconf, prog, vers) in clnt_addr_create() function 1403 client = clnt_addr_create(address, nconf, prognum, versnum); 1429 client = clnt_addr_create(address, nconf, prognum, MAX_VERS); 1456 client = clnt_addr_create(address, nconf, prognum, versnum);
|