Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c50 { "pap-restart", o_int, &upap[0].us_timeouttime,
52 { "pap-max-authreq", o_int, &upap[0].us_maxtransmits,
54 { "pap-max-receive", o_int, &upap[0].us_maxreceives,
56 { "pap-timeout", o_int, &upap[0].us_reqtimeout,
92 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */ variable
137 upap_state *u = &upap[unit];
165 upap_state *u = &upap[unit];
193 upap_state *u = &upap[unit];
259 upap_state *u = &upap[unit];
286 upap_state *u = &upap[unit];
[all …]
H A Dupap.h113 extern upap_state upap[];
H A DMakefile15 lcp.o magic.o main.o options.o sys-solaris.o upap.o utils.o \