Home
last modified time | relevance | path

Searched refs:lcp_echo_interval_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/pppoe/
Dpppoe_service.cc64 lcp_echo_interval_(kDefaultLCPEchoInterval), in PPPoEService()
72 store->RegisterInt32(kPPPoELCPEchoIntervalProperty, &lcp_echo_interval_); in PPPoEService()
119 options.lcp_echo_interval = lcp_echo_interval_; in Connect()
160 storage->GetInt(id, kPPPoELCPEchoIntervalProperty, &lcp_echo_interval_); in Load()
175 storage->SetInt(id, kPPPoELCPEchoIntervalProperty, lcp_echo_interval_); in Save()
Dpppoe_service.h92 int lcp_echo_interval_; variable