HomeSort by relevance Sort by last modified time
    Searched full:dhcpv6_config (Results 1 - 9 of 9) sorted by null

  /external/autotest/client/cros/
dhcpv6_test_base.py 205 dhcpv6_config = self.get_interface_ipconfig(
208 if (dhcpv6_config is not None and
209 dhcpv6_config.get(DHCPV6_KEY_ADDRESS) and
210 dhcpv6_config.get(DHCPV6_KEY_DELEGATED_PREFIX)):
218 address = dhcpv6_config.get(DHCPV6_KEY_ADDRESS)
237 delegated_prefix = dhcpv6_config.get(DHCPV6_KEY_DELEGATED_PREFIX)
250 int(dhcpv6_config.get(DHCPV6_KEY_DELEGATED_PREFIX_LENGTH))
260 actual_name_servers = dhcpv6_config.get(DHCPV6_KEY_NAMESERVERS)
267 actual_domain_search = dhcpv6_config.get(DHCPV6_KEY_SEARCH_DOMAIN_LIST)
  /system/connectivity/shill/dhcp/
dhcpv6_config.cc 17 #include "shill/dhcp/dhcpv6_config.h"
40 return "(DHCPv6_config)";
dhcp_provider.cc 32 #include "shill/dhcp/dhcpv6_config.h"
dhcpv6_config_unittest.cc 17 #include "shill/dhcp/dhcpv6_config.h"
  /system/connectivity/shill/
device_unittest.cc 417 scoped_refptr<MockDHCPConfig> dhcpv6_config(
423 .WillOnce(Return(dhcpv6_config));
424 EXPECT_CALL(*dhcpv6_config, RequestIP()).WillOnce(Return(true));
460 scoped_refptr<MockDHCPConfig> dhcpv6_config(
466 .WillOnce(Return(dhcpv6_config));
467 EXPECT_CALL(*dhcpv6_config, RequestIP()).WillOnce(Return(true));
    [all...]
Android.mk 339 LOCAL_SRC_FILES += dhcp/dhcpv6_config.cc
shill.gyp 434 'dhcp/dhcpv6_config.cc',
    [all...]
device.cc 793 auto dhcpv6_config = local
795 dhcpv6_config_ = dhcpv6_config;
    [all...]
device.h 246 virtual const IPConfigRefPtr& dhcpv6_config() const { return dhcpv6_config_; } function in class:shill::Device
    [all...]

Completed in 314 milliseconds