Searched refs:rdnss_option (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/net/
H A Drtnl_message.h187 const RdnssOption& rdnss_option() const { return rdnss_option_; } function in class:shill::RTNLMessage
188 void set_rdnss_option(const RdnssOption& rdnss_option) { argument
189 rdnss_option_ = rdnss_option;
H A Drtnl_message_unittest.cc529 RTNLMessage::RdnssOption rdnss = msg.rdnss_option();
/system/connectivity/shill/
H A Ddevice_info.cc1109 const RTNLMessage::RdnssOption& rdnss_option = msg.rdnss_option(); local
1111 rdnss_option.lifetime;
1112 infos_[interface_index].ipv6_dns_server_addresses = rdnss_option.addresses;

Completed in 192 milliseconds