Searched refs:auth_done (Results 1 - 3 of 3) sorted by relevance

/external/ppp/pppd/
H A Dauth.c135 int auth_done[NUM_PPP]; variable
772 auth_done[unit] = 0;
950 auth_done[unit] |= bit;
1019 auth_done[unit] |= bit;
H A Dpppd.h225 extern int auth_done[NUM_PPP]; /* Methods actually used for auth */
348 /* Values for auth_pending, auth_done */
356 /* Values for auth_done only */
H A Dccp.c542 int auth_mschap_bits = auth_done[f->unit];
585 if (auth_done[f->unit] & (CHAP_MS_WITHPEER | CHAP_MS_PEER)) {

Completed in 907 milliseconds