Home
last modified time | relevance | path

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

/system/connectivity/shill/pppoe/
Dpppoe_service.cc65 lcp_echo_failure_(kDefaultLCPEchoFailure), in PPPoEService()
73 store->RegisterInt32(kPPPoELCPEchoFailureProperty, &lcp_echo_failure_); in PPPoEService()
120 options.lcp_echo_failure = lcp_echo_failure_; in Connect()
161 storage->GetInt(id, kPPPoELCPEchoFailureProperty, &lcp_echo_failure_); in Load()
176 storage->SetInt(id, kPPPoELCPEchoFailureProperty, lcp_echo_failure_); in Save()
Dpppoe_service.h93 int lcp_echo_failure_; variable