OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:upap
(Results
1 - 9
of
9
) sorted by null
/external/ppp/pppd/
upap.h
2
*
upap
.h - User/Password Authentication Protocol definitions.
42
* $Id:
upap
.h,v 1.8 2002/12/04 23:03:33 paulus Exp $
52
*
UPAP
codes.
60
* Each interface is described by
upap
structure.
105
extern upap_state
upap
[];
upap.c
2
*
upap
.c - User/Password Authentication Protocol.
43
#define RCSID "$Id:
upap
.c,v 1.29 2002/12/04 23:03:33 paulus Exp $"
53
#include "
upap
.h"
68
{ "pap-restart", o_int, &
upap
[0].us_timeouttime,
70
{ "pap-max-authreq", o_int, &
upap
[0].us_maxtransmits,
72
{ "pap-timeout", o_int, &
upap
[0].us_reqtimeout,
109
upap_state
upap
[NUM_PPP]; /*
UPAP
state; one for each unit */
variable
121
* upap_init - Initialize a
UPAP
unit.
127
upap_state *u = &
upap
[unit]
[
all
...]
Android.mk
10
upap
.c \
Makefile.sol2
11
OBJS = main.o magic.o fsm.o lcp.o ipcp.o
upap
.o chap-new.o eap.o md5.o \
Makefile.linux
14
PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c
upap
.c chap-new.c md5.c ccp.c \
20
upap
.h eap.h
23
PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o
upap
.o chap-new.o md5.o ccp.o \
lcp.h
78
bool neg_upap; /* Ask for
UPAP
authentication? */
auth.c
112
#include "
upap
.h"
404
* setupapfile - specifies
UPAP
info for authenticating with peer.
[
all
...]
lcp.c
660
* NB: we only ask for one of CHAP,
UPAP
, or EAP, even if we will
[
all
...]
main.c
103
#include "
upap
.h"
[
all
...]
Completed in 184 milliseconds