Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dauth.c109 static int did_authup; /* @todo, we don't need this in lwip*/ variable
414 if (did_authup) { in link_down()
416 did_authup = 0; in link_down()
534 if ((go->neg_chap || go->neg_upap) && !did_authup) { in network_phase()
536 did_authup = 1; in network_phase()