Searched refs:upap (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/pppd/
H A Dupap.h1 /* $OpenBSD: upap.h,v 1.6 2002/07/01 19:31:37 deraadt Exp $ */
4 * upap.h - User/Password Authentication Protocol definitions.
60 * Each interface is described by upap structure.
105 extern upap_state upap[];
H A DMakefile7 lcp.c magic.c main.c options.c sys-bsd.c upap.c
H A Dupap.c1 /* $OpenBSD: upap.c,v 1.11 2017/11/17 20:48:30 jca Exp $ */
4 * upap.c - User/Password Authentication Protocol.
56 #include "upap.h"
86 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */ variable
104 upap_state *u = &upap[unit];
130 upap_state *u = &upap[unit];
159 upap_state *u = &upap[unit];
224 upap_state *u = &upap[unit];
251 upap_state *u = &upap[unit];
272 upap_state *u = &upap[uni
[all...]
H A Doptions.c71 #include "upap.h"
2020 return int_option(*argv, &upap[0].us_timeouttime);
2027 return int_option(*argv, &upap[0].us_reqtimeout);
2034 return int_option(*argv, &upap[0].us_maxtransmits);

Completed in 210 milliseconds