Searched refs:localnets (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/amd/libamu/ |
| D | wire.c | 82 static addrlist *localnets = NULL; variable 108 if (!localnets) { in print_wires() 113 if (!localnets->ip_next) { in print_wires() 117 localnets->ip_net_name, localnets->ip_net_num); in print_wires() 121 for (i = 1, al = localnets; al; al = al->ip_next, i++) { in print_wires() 284 for (al = localnets; al; al = al->ip_next) in islocalnet() 317 for (al = localnets; al; al = al->ip_next) in is_network_member() 350 for (al = localnets; al; al = al->ip_next) { in is_network_member() 370 for (al = localnets; al; al = al->ip_next) { in is_interface_local() 419 if (!localnets || tail == NULL) { [all …]
|
| /freebsd-9-stable/contrib/bind9/lib/dns/ |
| D | acl.c | 407 if (env == NULL || env->localnets == NULL) in dns_aclelement_match() 409 inner = env->localnets; in dns_aclelement_match() 607 env->localnets = NULL; in dns_aclenv_init() 611 result = dns_acl_create(mctx, 0, &env->localnets); in dns_aclenv_init() 627 dns_acl_detach(&t->localnets); in dns_aclenv_copy() 628 dns_acl_attach(s->localnets, &t->localnets); in dns_aclenv_copy() 635 dns_acl_detach(&env->localnets); in dns_aclenv_destroy()
|
| /freebsd-9-stable/contrib/bind9/bin/named/ |
| D | sortlist.c | 90 ns_g_server->aclenv.localnets != NULL) { in ns_sortlist_setup() 91 *argp = ns_g_server->aclenv.localnets; in ns_sortlist_setup()
|
| D | interfacemgr.c | 572 result = dns_iptable_addprefix(mgr->aclenv.localnets->iptable, in setup_locals() 721 result = clearacl(mgr->mctx, &mgr->aclenv.localnets); in do_scan()
|
| /freebsd-9-stable/contrib/bind9/lib/dns/include/dns/ |
| D | acl.h | 89 dns_acl_t *localnets; member
|
| /freebsd-9-stable/contrib/bind9/doc/misc/ |
| D | migration | 36 used if it is set, otherwise the default localnets and localhost
|
| /freebsd-9-stable/contrib/bind9/ |
| D | HISTORY | 108 otherwise the default (localhost; localnets;) is used.
|
| D | CHANGES | 1510 the localnets acl. (The prior behavior could 6064 is used if set, otherwise the default (localnets; 6069 is used if set, otherwise the default (localnets; 6687 to the built in acls "localnets" and "localhost". 8519 in a acl. Remove duplicate entries from the localnets 8604 1365. [func] "localhost" and "localnets" acls now include IPv6 9540 omit it from the localnets ACL and issue a warning. 10414 789. [bug] The "localhost" and "localnets" ACLs did not match
|