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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c2 * upap.c - User/Password Authentication Protocol.
35 #define RCSID "$Id: upap.c,v 1.23 1999/11/20 05:11:47 paulus Exp $"
41 #include "upap.h"
57 { "pap-restart", o_int, &upap[0].us_timeouttime,
59 { "pap-max-authreq", o_int, &upap[0].us_maxtransmits,
61 { "pap-max-receive", o_int, &upap[0].us_maxreceives,
63 { "pap-timeout", o_int, &upap[0].us_reqtimeout,
99 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */ variable
144 upap_state *u = &upap[unit];
172 upap_state *u = &upap[uni
[all...]

Completed in 128 milliseconds