OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_done
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/
auth.c
135
int
auth_done
[NUM_PPP];
variable
772
auth_done
[unit] = 0;
950
auth_done
[unit] |= bit;
1019
auth_done
[unit] |= bit;
[
all
...]
pppd.h
225
extern int
auth_done
[NUM_PPP]; /* Methods actually used for auth */
348
/* Values for auth_pending,
auth_done
*/
356
/* Values for
auth_done
only */
[
all
...]
ccp.c
542
int auth_mschap_bits =
auth_done
[f->unit];
585
if (
auth_done
[f->unit] & (CHAP_MS_WITHPEER | CHAP_MS_PEER)) {
[
all
...]
Completed in 26 milliseconds