HomeSort by relevance Sort by last modified time
    Searched refs:upap (Results 1 - 5 of 5) 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.30 2005/07/13 10:41:58 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 26 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 \

Completed in 80 milliseconds