Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c163 cstate->serverstate = CHAPSS_INITIAL;
217 if (cstate->serverstate == CHAPSS_INITIAL ||
309 if (cstate->serverstate == CHAPSS_INITIAL)
341 cstate->serverstate = CHAPSS_INITIAL;
354 if (cstate->serverstate != CHAPSS_INITIAL &&
H A Dchap.h118 #define CHAPSS_INITIAL 0 /* Lower layer down, not opened */ macro