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

/bind-9.11.3/lib/dns/include/dns/
H A Dacl.h92 dns_acl_t *localhost; member in struct:dns_aclenv
191 * Initialize ACL environment, setting up localhost and localnets ACLs
242 * current values of localhost and localnets and (if applicable)
/bind-9.11.3/bin/named/
H A Dlwresd.c823 struct in_addr localhost; local
826 localhost.s_addr = htonl(INADDR_LOOPBACK);
827 isc_sockaddr_fromin(&address, &localhost, port);
H A Dcontrolconf.c1436 struct in_addr localhost; local
1440 localhost.s_addr = htonl(INADDR_LOOPBACK);
1441 isc_sockaddr_fromin(&addr, &localhost, 0);
/bind-9.11.3/bin/delv/
H A Ddelv.c903 /* None found, use localhost */
906 struct in_addr localhost; local
907 localhost.s_addr = htonl(INADDR_LOOPBACK);
913 isc_sockaddr_fromin(sa, &localhost, destport);

Completed in 20 milliseconds