Searched defs:localhost (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dacl.h88 dns_acl_t *localhost; member in struct:dns_aclenv
166 * Initialize ACL environment, setting up localhost and localnets ACLs
/bind-9.6-ESV-R11/bin/named/
H A Dlwresd.c805 struct in_addr localhost; local
808 localhost.s_addr = htonl(INADDR_LOOPBACK);
809 isc_sockaddr_fromin(&address, &localhost, port);
H A Dcontrolconf.c1370 struct in_addr localhost; local
1374 localhost.s_addr = htonl(INADDR_LOOPBACK);
1375 isc_sockaddr_fromin(&addr, &localhost, 0);
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c746 struct in_addr localhost; local
751 localhost.s_addr = htonl(INADDR_LOOPBACK);
752 isc_sockaddr_fromin(&servers[0], &localhost, DNSDEFAULTPORT);

Completed in 17 milliseconds