Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c216 cstate->serverstate = CHAPSS_INITIAL_CHAL;
231 if (cstate->serverstate != CHAPSS_INITIAL_CHAL &&
304 cstate->serverstate = CHAPSS_INITIAL_CHAL;
321 if (cstate->serverstate == CHAPSS_INITIAL_CHAL ||
687 if (old_state == CHAPSS_INITIAL_CHAL) {
692 if (old_state == CHAPSS_INITIAL_CHAL)
698 (cstate->serverstate == CHAPSS_INITIAL_CHAL ? "" : "re"),
H A Dchap.h121 #define CHAPSS_INITIAL_CHAL 3 /* We've sent the first challenge */ macro