Home
last modified time | relevance | path

Searched refs:hostres (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/whois/
H A Dwhois.c305 connect_to_any_host(struct addrinfo *hostres) in connect_to_any_host() argument
313 for (res = hostres, count = 0; res; res = res->ai_next) in connect_to_any_host()
324 for (res = hostres; res != NULL; res = res->ai_next) { in connect_to_any_host()
436 struct addrinfo *hostres; in whois() local
441 hostres = gethostinfo(hostname, hostport, 1); in whois()
442 s = connect_to_any_host(hostres); in whois()
479 } else if (strcasecmp(hostres->ai_canonname, VNICHOST) == 0) in whois()
564 freeaddrinfo(hostres); in whois()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A DMakefile33 MOD= hostres
/freebsd/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config155 #begemotSnmpdModulePath."hostres" = "/usr/lib/snmp_hostres.so"