HomeSort by: relevance | last modified time | path
    Searched refs:rfc1918 (Results 1 - 17 of 17) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/dns64/ns2/
named.conf.j2 16 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
24 mapped { !rfc1918; any; };
31 mapped { !192.228.79.201; !rfc1918; any; };
38 mapped { !rfc1918; any; };
44 mapped { !rfc1918; any; };
  /src/external/mpl/bind/dist/bin/tests/system/dns64/ns3/
named.conf.j2 17 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
31 mapped { 10.53.0.4; !rfc1918; any; };
  /src/external/mpl/bind/dist/bin/tests/system/redirect/ns2/
named.conf.j2 16 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
  /src/external/mpl/bind/dist/bin/tests/system/dns64/ns1/
named2.conf.j2 18 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
27 mapped { !rfc1918; any; };
33 mapped { !rfc1918; any; };
named3.conf.j2 18 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
named.conf.j2 18 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
27 mapped { !rfc1918; any; };
  /src/external/mpl/bind/dist/bin/tests/system/redirect/ns1/
named.conf.j2 16 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
  /src/external/mpl/bind/dist/bin/tests/system/redirect/ns3/
named.conf.j2 14 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
  /src/external/mpl/bind/dist/bin/tests/system/redirect/ns4/
named.conf.j2 16 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
  /src/external/mpl/bind/dist/bin/tests/system/dns64/conf/
good1.conf 14 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
19 mapped { !rfc1918; any; };
good2.conf 14 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
18 mapped { !rfc1918; any; };
good4.conf 14 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
19 mapped { !rfc1918; any; };
good3.conf 14 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
good5.conf 14 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
  /src/external/mpl/bind/dist/bin/tests/system/forward/
tests.sh 227 echo_i "checking that rfc1918 inherited 'forward first;' zones are warned about ($n)"
229 $CHECKCONF rfc1918-inherited.conf | grep "forward first;" >/dev/null || ret=1
230 $CHECKCONF rfc1918-notinherited.conf | grep "forward first;" >/dev/null && ret=1
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 3400 bool rfc1918 = false; local
3550 rfc1918 = true;
4104 if (ztype == CFG_ZONE_FORWARD && (rfc1918 || ula)) {
4124 rfc1918 ? "rfc1918" : "ula",
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c 4972 mDNSBool rfc1918 = mDNSv4AddrIsRFC1918(&m->AdvertisedV4.ip.v4); local
4973 mDNSBool HaveRoutable = !rfc1918 && !mDNSIPv4AddressIsZero(m->AdvertisedV4.ip.v4);
4978 if (m->NATTraversals && rfc1918) // Do we need to open a socket to receive multicast announcements from router?

Completed in 42 milliseconds