Home
last modified time | relevance | path

Searched refs:UPAPCS_INITIAL (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/pppd/
H A Dupap.c110 u->us_clientstate = UPAPCS_INITIAL;
137 if (u->us_clientstate == UPAPCS_INITIAL ||
219 if (u->us_clientstate == UPAPCS_INITIAL)
250 u->us_clientstate = UPAPCS_INITIAL;
H A Dupap.h81 #define UPAPCS_INITIAL 0 /* Connection down */ macro