Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/pppd/
Dchap.c133 cstate->serverstate = CHAPSS_INITIAL;
185 if (cstate->serverstate == CHAPSS_INITIAL ||
277 if (cstate->serverstate == CHAPSS_INITIAL)
309 cstate->serverstate = CHAPSS_INITIAL;
322 if (cstate->serverstate != CHAPSS_INITIAL &&
Dchap.h118 #define CHAPSS_INITIAL 0 /* Lower layer down, not opened */ macro