Searched refs:lcp_echo_interval_ (Results 1 – 2 of 2) sorted by relevance
64 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()
92 int lcp_echo_interval_; variable