Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c144 u->us_serverstate = UPAPSS_INITIAL;
196 if (u->us_serverstate == UPAPSS_INITIAL ||
267 if (u->us_serverstate == UPAPSS_INITIAL)
295 u->us_serverstate = UPAPSS_INITIAL;
H A Dupap.h96 #define UPAPSS_INITIAL 0 /* Connection down */ macro