Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
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()
Dppp_impl.h262 int enabled_flag; /* 0 if protocol is disabled */ member
Dppp.c1691 if (protp->protocol == protocol && protp->enabled_flag) { in pppInput()
Dlcp.c474 if (protp->protocol == prot && protp->enabled_flag) { in lcp_rprotrej()