Searched defs:resolve_hostname (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c141 static int resolve_hostname = 0; variable
229 resolve_hostname = 1;
546 if (resolve_hostname) {
H A Din.telnetd.c346 static boolean_t resolve_hostname = 0; variable
2264 resolve_hostname = 1;
2887 if (resolve_hostname) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c975 resolve_hostname(const char *hostname, nvlist_t *nvl, boolean_t may_be_crap) function
1047 ret = resolve_hostname(p, nvl, B_TRUE);
1050 ret = resolve_hostname(p, nvl, B_TRUE);
1173 if (!resolve_hostname(url.hport.hostname,
1189 if (!resolve_hostname(hostname, nvl, B_FALSE)) {

Completed in 76 milliseconds