Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dchap.h135 #define CHAPSS_INITIAL 0 /* Lower layer down, not opened */ macro
Dchap.c165 cstate->serverstate = CHAPSS_INITIAL; in ChapInit()
211 if (cstate->serverstate == CHAPSS_INITIAL || in ChapAuthPeer()
303 if (cstate->serverstate == CHAPSS_INITIAL) { in ChapLowerUp()
335 cstate->serverstate = CHAPSS_INITIAL; in ChapLowerDown()
347 if (cstate->serverstate != CHAPSS_INITIAL && in ChapProtocolReject()