Searched refs:rfc1918 (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dns64/conf/
H A Dgood1.conf19 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
24 mapped { !rfc1918; any; };
H A Dgood2.conf19 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
23 mapped { !rfc1918; any; };
H A Dgood4.conf19 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
24 mapped { !rfc1918; any; };
H A Dgood3.conf19 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
H A Dgood5.conf19 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dns64/ns2/
H A Dnamed.conf23 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
40 mapped { !rfc1918; any; };
47 mapped { !192.228.79.201; !rfc1918; any; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dns64/ns1/
H A Dnamed.conf23 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
40 mapped { !rfc1918; any; };
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c223 isc_boolean_t rfc1918; member in struct:__anon6422
1594 isc_boolean_t rfc1918; local
2700 rfc1918 = ISC_FALSE;
2703 rfc1918 = ISC_TRUE;
2709 rfc1918 = ISC_FALSE;
2804 if (!rfc1918 && empty_zones[empty_zone].rfc1918) {
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DuDNS.c4910 mDNSBool rfc1918 = mDNSv4AddrIsRFC1918(&m->AdvertisedV4.ip.v4); local
4911 mDNSBool HaveRoutable = !rfc1918 && !mDNSIPv4AddressIsZero(m->AdvertisedV4.ip.v4);
4916 if (m->NATTraversals && rfc1918) // Do we need to open a socket to receive multicast announcements from router?

Completed in 150 milliseconds