Home
last modified time | relevance | path

Searched refs:subnet (Results 1 – 25 of 43) sorted by relevance

12

/external/android-clat/
DBUGS3 - 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/
DREADME34 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
Dregression-testing44 than subnet 10.2.0.0/24).
94 than subnet 10.2.0.0/24).
/external/autotest/client/cros/
Ddhcpv6_test_server.py62 subnet = '%s/%d' % (DHCPV6_SERVER_SUBNET_PREFIX,
76 CONFIG_SUBNET: subnet,
Ddhcp_test_base.py70 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/
Dagent_task.py387 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/
Dudhcpd-p2p.conf87 option subnet 255.255.255.0
/external/iptables/extensions/
Dlibxt_hashlimit.man32 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/
Ddhcpd_tests.sh62 subnet 10.1.1.0 netmask 255.255.255.0 {
/external/ltp/testcases/network/multicast/mc_commo/
DREADME.1st1 This test requires two machines on the same subnet. Each machine must have the same
/external/autotest/client/common_lib/cros/network/
Dnetblock.py97 def subnet(self): member in Netblock
Dinterface.py264 return addr.subnet if addr else None
/external/autotest/server/site_tests/moblab_RunSuite/
Dcontrol.dummyServer16 subnet and ensures the suite completes successfully.
Dcontrol.smoke15 Kicks off the smoke suite on a Moblab host against the DUTs on its subnet
/external/syslinux/doc/
Dpxelinux.txt160 option subnet-mask <subnet mask>;
200 option subnet-mask <subnet mask>;
232 option subnet-mask <subnet mask>;
/external/syslinux/txt/
Dpxelinux.txt227 option subnet-mask <subnet mask>;
271 option subnet-mask <subnet mask>;
306 option subnet-mask <subnet mask>;
/external/autotest/server/site_tests/sonic_AppTest/
Dcontrol28 subnet.
/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
Dcontrol35 subnet with the testing DUT.
/external/autotest/
Dglobal_config.ini373 # 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/
Dipsec_doi.c3346 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/
Dutils.py1811 for subnet in restricted_subnets_list:
1812 ip, mask_bits = subnet.split('/') if '/' in subnet \
1813 else subnet.split(':')
/external/dnsmasq/po/
Dpt_BR.po985 msgid "DHCP, proxy on subnet %.0s%s%.0s"
1178 msgid "with subnet selector"
1187 msgid "%u Available DHCP subnet: %s/%s"
Dit.po985 msgid "DHCP, proxy on subnet %.0s%s%.0s"
1178 msgid "with subnet selector"
1187 msgid "%u Available DHCP subnet: %s/%s"
Dfi.po985 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/
DREADME35 Some BSD systems do not allow the manipulation of automatically added subnet

12