Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c162 cstate->clientstate = CHAPCS_INITIAL;
187 if (cstate->clientstate == CHAPCS_INITIAL ||
304 if (cstate->clientstate == CHAPCS_INITIAL)
340 cstate->clientstate = CHAPCS_INITIAL;
357 if (cstate->clientstate != CHAPCS_INITIAL &&
H A Dchap.h104 #define CHAPCS_INITIAL 0 /* Lower layer down, not opened */ macro