HomeSort by: relevance | last modified time | path
    Searched refs:auth_done (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
pppd-private.h 106 extern int auth_done[NUM_PPP]; /* Methods actually used for auth */
269 /* Values for auth_pending, auth_done */
277 /* Values for auth_done only */
ccp.c 531 int auth_mschap_bits = auth_done[f->unit];
533 int auth_eap_bits = auth_done[f->unit];
592 if (auth_done[f->unit] & (CHAP_MS_WITHPEER | CHAP_MS_PEER)) {
auth.c 149 int auth_done[NUM_PPP]; variable
912 auth_done[unit] = 0;
1093 auth_done[unit] |= bit;
1166 auth_done[unit] |= bit;

Completed in 29 milliseconds