Searched defs:get_the_addr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/librdc/common/
H A Dnetaddrs.c339 get_the_addr(char *hostname, ulong_t prog, ulong_t vers, function
588 if ((nb = get_the_addr(hostname, prog, vers, nconf, port,
625 if ((nb = get_the_addr(hostname, prog, vers, nconf,
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c156 static struct netbuf *get_the_addr(char *, rpcprog_t, rpcvers_t,
1298 * when autod_nfs.c and mount.c can share the same get_the_addr()
1310 syncaddr = get_the_addr(hostname, RPCBPROG, RPCBVERS,
1393 get_the_addr(char *hostname, ulong_t prog, ulong_t vers, function
1767 return (get_the_addr(hostname, prog, vers, *nconfp, port,
1809 nb = get_the_addr(hostname, prog,
1838 if ((nb = get_the_addr(hostname, prog, vers, nconf, port,
1869 if ((nb = get_the_addr(hostname, prog, vers, nconf,

Completed in 49 milliseconds