HomeSort by relevance Sort by last modified time
    Searched refs:CHAPSS_INITIAL_CHAL (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
chap.h 138 #define CHAPSS_INITIAL_CHAL 3 /* We've sent the first challenge */
chap.c 220 cstate->serverstate = CHAPSS_INITIAL_CHAL;
234 if (cstate->serverstate != CHAPSS_INITIAL_CHAL &&
308 cstate->serverstate = CHAPSS_INITIAL_CHAL;
324 if (cstate->serverstate == CHAPSS_INITIAL_CHAL ||
623 if (old_state == CHAPSS_INITIAL_CHAL) {

Completed in 66 milliseconds