Searched refs:upap (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | upap.c | 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[unit]; 200 upap_state *u = &upap[unit]; 266 upap_state *u = &upap[unit]; 293 upap_state *u = &upap[unit]; [all …]
|
H A D | upap.h | 115 extern upap_state upap[];
|
H A D | Makefile | 14 lcp.o magic.o main.o options.o sys-solaris.o upap.o utils.o \
|