HomeSort by relevance Sort by last modified time
    Searched refs:kUnspecifiedValue (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
ppp_daemon.h 55 lcp_echo_interval(kUnspecifiedValue),
56 lcp_echo_failure(kUnspecifiedValue),
57 max_fail(kUnspecifiedValue),
118 static const uint32_t kUnspecifiedValue;
ppp_daemon.cc 39 const uint32_t PPPDaemon::kUnspecifiedValue = UINT32_MAX;
70 if (options.lcp_echo_interval != kUnspecifiedValue) {
74 if (options.lcp_echo_failure != kUnspecifiedValue) {
78 if (options.max_fail != kUnspecifiedValue) {

Completed in 415 milliseconds