Home
last modified time | relevance | path

Searched refs:upap (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c57 { "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[unit];
200 upap_state *u = &upap[unit];
266 upap_state *u = &upap[unit];
293 upap_state *u = &upap[unit];
[all …]
H A Dupap.h115 extern upap_state upap[];
H A DMakefile14 lcp.o magic.o main.o options.o sys-solaris.o upap.o utils.o \