| /netbsd-src/external/bsd/am-utils/dist/libamu/ |
| H A D | wire.c | 80 static addrlist *localnets = NULL; variable 106 if (!localnets) { in print_wires() 111 if (!localnets->ip_next) { in print_wires() 115 localnets->ip_net_name, localnets->ip_net_num); in print_wires() 119 for (i = 1, al = localnets; al; al = al->ip_next, i++) { in print_wires() 282 for (al = localnets; al; al = al->ip_next) in islocalnet() 315 for (al = localnets; al; al = al->ip_next) in is_network_member() 353 for (al = localnets; al; al = al->ip_next) { in is_network_member() 373 for (al = localnets; al; al = al->ip_next) { in is_interface_local() 422 if (!localnets || tail == NULL) { [all …]
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | acl.c | 396 if (env == NULL || env->localnets == NULL) { in dns_aclelement_match() 399 inner = env->localnets; in dns_aclelement_match() 626 env->localnets = NULL; in dns_aclenv_init() 631 result = dns_acl_create(mctx, 0, &env->localnets); in dns_aclenv_init() 651 dns_acl_detach(&t->localnets); in dns_aclenv_copy() 652 dns_acl_attach(s->localnets, &t->localnets); in dns_aclenv_copy() 664 if (env->localnets != NULL) { in dns_aclenv_destroy() 665 dns_acl_detach(&env->localnets); in dns_aclenv_destroy()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | acl.c | 418 dns_acl_attach(rcu_dereference(env->localnets), &inner); 641 * Initialize ACL environment, setting up localhost and localnets ACLs in dns_acl_isinsecure() 655 dns_acl_create(mctx, 0, &env->localnets); in dns_acl_isinsecure() 661 dns_aclenv_set(dns_aclenv_t *env, dns_acl_t *localhost, dns_acl_t *localnets) { in dns_acl_isinsecure() 664 REQUIRE(DNS_ACL_VALID(localnets)); in dns_acl_isinsecure() 667 localnets = rcu_xchg_pointer(&env->localnets, dns_acl_ref(localnets)); in dns_acl_isinsecure() 672 * 'localhost' and 'localnets' are finished before we can detach and in dns_acl_isinsecure() 683 dns_acl_detach(&localnets); 744 dns_aclenv_set(dns_aclenv_t * env,dns_acl_t * localhost,dns_acl_t * localnets) dns_aclenv_set() argument [all...] |
| /netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
| H A D | acl.h | 108 dns_acl_t *localnets; 202 * Create ACL environment, setting up localhost and localnets ACLs 215 dns_aclenv_set(dns_aclenv_t *env, dns_acl_t *localhost, dns_acl_t *localnets); 217 * Attach the 'localhost' and 'localnets' arguments to 'env' ACL environment 256 * current values of localhost and localnets and (if applicable) 110 dns_acl_t *localnets; global() member
|
| /netbsd-src/external/mpl/bind/dist/lib/ns/ |
| H A D | sortlist.c | |
| H A D | interfacemgr.c | 80 dns_aclenv_t *aclenv; /*%< Localhost/localnets ACLs */ 857 dns_acl_t *localnets) { in setup_locals() 872 /* Then add localnets prefix */ in setup_locals() 883 "localnets ACL: %s", in setup_locals() 890 "omitting %s interface %s from localnets ACL: " in setup_locals() 897 result = dns_iptable_addprefix(localnets->iptable, netaddr, prefixlen, in setup_listenon() 1100 dns_acl_t *localnets = NULL; in do_scan() 1183 dns_acl_create(mgr->mctx, 0, &localnets); in do_scan() 1240 result = setup_locals(&interface, localhost, localnets); in do_scan() 1359 dns_aclenv_set(mgr->aclenv, localhost, localnets); in ns_interfacemgr_islistening() 846 setup_locals(isc_interface_t * interface,dns_acl_t * localhost,dns_acl_t * localnets) setup_locals() argument 1038 dns_acl_t *localnets = NULL; do_scan() local [all...] |
| /netbsd-src/etc/ |
| H A D | named.conf | 16 allow-recursion { localhost; localnets; };
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| H A D | bad-rate-limit-acl.conf | 17 exempt-clients { localhost; localnets; unknownacl; };
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| H A D | acl.h | 95 dns_acl_t *localnets; member
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | tsig.inc.rst | 136 allow-update { !{ !localnets; any; }; key host1-host2. ;}; 139 from an address in ``localnets``, *and* if it is signed using the
|
| H A D | reference.rst | 257 match list names "any", "none", "localhost", and "localnets" are 483 ``localnets`` 484 Matches any host on an IPv4 or IPv6 network for which the system has an interface. When addresses are added or removed, the ``localnets`` ACL element is updated to reflect the changes. Some systems do not provide a way to determine the prefix lengths of local IPv6 addresses; in such cases, ``localnets`` only matches the local IPv6 addresses, just like ``localhost``. 2983 ``allow-query-cache {localnets; localhost;};``. Local cache access is permitted 2984 to :term:`address_match_list` localnets and localhost IP addresses only. 3005 is set, the default (localnets; localhost;) is used. 4155 { localnets; 4185 { localhost; localnets; }; 4186 { localnets; }; [all...] |