/external/android-clat/ |
D | BUGS | 3 - assumes the handset has its own (routed) /64 ipv6 subnet 4 - assumes the /128 ipv6 subnet it generates can use the nat64 gateway 5 …teway has the ipv4 address in the last 32 bits of the ipv6 address (that it uses a /96 plat subnet)
|
/external/iproute2/examples/diffserv/ |
D | README | 34 We look at one special subnet that we are interested in for simplicty 36 subnet to AF4*, BE or end up dropping depending on the metering results. 43 **case: subnet X 53 default case: Any other subnet
|
D | regression-testing | 44 than subnet 10.2.0.0/24). 94 than subnet 10.2.0.0/24).
|
/external/autotest/client/cros/ |
D | dhcpv6_test_server.py | 62 subnet = '%s/%d' % (DHCPV6_SERVER_SUBNET_PREFIX, 76 CONFIG_SUBNET: subnet,
|
D | dhcp_test_base.py | 70 subnet = mask & struct.unpack('!I', socket.inet_aton(ip_in_subnet))[0] 72 return socket.inet_ntoa(struct.pack('!I', (subnet | suffix)))
|
/external/autotest/scheduler/ |
D | agent_task.py | 387 subnet = utils.get_restricted_subnet(hostname, 393 if ((not subnet and filtered_drones is not None) or 394 (subnet and has_unrestricted_host)): 400 if not subnet: 407 subnet[0], subnet[1],
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | udhcpd-p2p.conf | 87 option subnet 255.255.255.0
|
/external/iptables/extensions/ |
D | libxt_hashlimit.man | 32 grouped according to the given prefix length and the so-created subnet will be 65 matching on subnet 66 "10000 packets per minute for every /28 subnet (groups of 8 addresses)
|
/external/ltp/testcases/network/dhcp/ |
D | dhcpd_tests.sh | 62 subnet 10.1.1.0 netmask 255.255.255.0 {
|
/external/ltp/testcases/network/multicast/mc_commo/ |
D | README.1st | 1 This test requires two machines on the same subnet. Each machine must have the same
|
/external/autotest/client/common_lib/cros/network/ |
D | netblock.py | 97 def subnet(self): member in Netblock
|
D | interface.py | 264 return addr.subnet if addr else None
|
/external/autotest/server/site_tests/moblab_RunSuite/ |
D | control.dummyServer | 16 subnet and ensures the suite completes successfully.
|
D | control.smoke | 15 Kicks off the smoke suite on a Moblab host against the DUTs on its subnet
|
/external/syslinux/doc/ |
D | pxelinux.txt | 160 option subnet-mask <subnet mask>; 200 option subnet-mask <subnet mask>; 232 option subnet-mask <subnet mask>;
|
/external/syslinux/txt/ |
D | pxelinux.txt | 227 option subnet-mask <subnet mask>; 271 option subnet-mask <subnet mask>; 306 option subnet-mask <subnet mask>;
|
/external/autotest/server/site_tests/sonic_AppTest/ |
D | control | 28 subnet.
|
/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/ |
D | control | 35 subnet with the testing DUT.
|
/external/autotest/ |
D | global_config.ini | 373 # Flags to enable/disable drone election in resctricted subnet. 376 # Set to True for test to prefer devserver in the same subnet. 386 # devservers inside restricted subnet, specified in CROS/restricted_subnets. 387 # If a devserver is not in any restriceted subnet, test will still make direct
|
/external/ipsec-tools/src/racoon/ |
D | ipsec_doi.c | 3346 ipsecdoi_subnetisaddr_v4( subnet, address ) in ipsecdoi_subnetisaddr_v4() argument 3347 const vchar_t *subnet; in ipsecdoi_subnetisaddr_v4() 3355 if (subnet->l != (sizeof(struct in_addr)*2)) 3358 mask = (struct in_addr*)(subnet->v + sizeof(struct in_addr)); 3363 return memcmp(subnet->v,address->v,address->l); 3369 ipsecdoi_subnetisaddr_v6( subnet, address ) in ipsecdoi_subnetisaddr_v6() argument 3370 const vchar_t *subnet; in ipsecdoi_subnetisaddr_v6() 3379 if (subnet->l != (sizeof(struct in6_addr)*2)) 3382 mask = (struct in6_addr*)(subnet->v + sizeof(struct in6_addr)); 3388 return memcmp(subnet->v,address->v,address->l);
|
/external/autotest/client/common_lib/ |
D | utils.py | 1811 for subnet in restricted_subnets_list: 1812 ip, mask_bits = subnet.split('/') if '/' in subnet \ 1813 else subnet.split(':')
|
/external/dnsmasq/po/ |
D | pt_BR.po | 985 msgid "DHCP, proxy on subnet %.0s%s%.0s" 1178 msgid "with subnet selector" 1187 msgid "%u Available DHCP subnet: %s/%s"
|
D | it.po | 985 msgid "DHCP, proxy on subnet %.0s%s%.0s" 1178 msgid "with subnet selector" 1187 msgid "%u Available DHCP subnet: %s/%s"
|
D | fi.po | 985 msgid "DHCP, proxy on subnet %.0s%s%.0s" 1178 msgid "with subnet selector" 1187 msgid "%u Available DHCP subnet: %s/%s"
|
/external/dhcpcd-6.8.2/ |
D | README | 35 Some BSD systems do not allow the manipulation of automatically added subnet
|