HomeSort by relevance Sort by last modified time
    Searched refs:Subnet (Results 1 - 12 of 12) sorted by null

  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
dhcp_config.py 20 class Subnet(object):
21 """Configs for a subnet on the dhcp server.
24 network: ipaddress.IPv4Network, the network that this subnet is in.
27 router: The router to give to all hosts in this subnet.
28 lease: The lease time of all hosts in this subnet.
32 subnet,
40 subnet is.
42 give hosts in this subnet. If not given then the first ip in
47 subnet. If not given the first ip in the network is used.
49 hosts in this subnet have
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
access_point.py 79 _ApInstance = collections.namedtuple('_ApInstance', ['hostapd', 'subnet'])
91 _AP_2GHZ_SUBNET = dhcp_config.Subnet(ipaddress.ip_network(_AP_2GHZ_SUBNET_STR))
92 _AP_5GHZ_SUBNET = dhcp_config.Subnet(ipaddress.ip_network(_AP_5GHZ_SUBNET_STR))
129 will start up hostapd on that interface. Next a subnet is created for
131 for that subnet for any device that connects through that interface.
154 subnet = _AP_2GHZ_SUBNET
157 subnet = _AP_5GHZ_SUBNET
180 new_instance = _ApInstance(hostapd=apd, subnet=subnet)
210 dhcp_bss[bss] = dhcp_config.Subnet(
    [all...]
  /prebuilts/go/darwin-x86/src/net/
net_windows_test.go 319 // Subnet Prefix: 10.0.0.0/24 (mask 255.255.255.0)
321 // Subnet Prefix: 10.0.0.0/24 (mask 255.255.255.0)
329 // Subnet Prefix: 127.0.0.0/8 (mask 255.0.0.0)
350 if bytes.Contains(line, []byte("Subnet Prefix:")) {
  /prebuilts/go/linux-x86/src/net/
net_windows_test.go 319 // Subnet Prefix: 10.0.0.0/24 (mask 255.255.255.0)
321 // Subnet Prefix: 10.0.0.0/24 (mask 255.255.255.0)
329 // Subnet Prefix: 127.0.0.0/8 (mask 255.0.0.0)
350 if bytes.Contains(line, []byte("Subnet Prefix:")) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Io.c 328 EFI_IPv4_ADDRESS Subnet;
368 ZeroMem (&Subnet, sizeof (EFI_IPv4_ADDRESS));
373 UdpIo->Protocol.Udp4->Routes (UdpIo->Protocol.Udp4, FALSE, &Subnet, &Subnet, &Gateway);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.c 470 @param[in] SubnetMask Subnet to be set.
488 IP4_ADDR Subnet;
573 Subnet = StationAddress & SubnetMask;
577 Subnet,
593 @param[in] SubnetMask Subnet to be set.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 150 BYTE Subnet[4];
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/
aws-java-sdk-dms-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/
aws-java-sdk-elasticache-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/
aws-java-sdk-rds-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/
aws-java-sdk-redshift-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/
aws-java-sdk-ec2-1.11.18.jar 

Completed in 392 milliseconds