Home
last modified time | relevance | path

Searched refs:enabled_flag (Results 1 – 4 of 4) sorted by relevance

/external/lib/lwip/netif/ppp/
A Dauth.c419 if (!protp->enabled_flag) { in link_down()
459 if (protp->protocol != PPP_LCP && protp->enabled_flag && protp->lowerup != NULL) { in link_established()
552 if (protp->protocol < 0xC000 && protp->enabled_flag && protp->open != NULL) { in network_phase()
A Dppp_impl.h262 int enabled_flag; /* 0 if protocol is disabled */ member
A Dppp.c1691 if (protp->protocol == protocol && protp->enabled_flag) { in pppInput()
A Dlcp.c474 if (protp->protocol == prot && protp->enabled_flag) { in lcp_rprotrej()

Completed in 13 milliseconds