Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c202 u->us_serverstate = UPAPSS_LISTEN;
242 if (u->us_serverstate != UPAPSS_LISTEN)
270 u->us_serverstate = UPAPSS_LISTEN;
291 if (u->us_serverstate == UPAPSS_LISTEN && u->us_reqtimeout > 0)
314 if (u->us_serverstate == UPAPSS_LISTEN) {
394 if (u->us_serverstate < UPAPSS_LISTEN) {
H A Dupap.h99 #define UPAPSS_LISTEN 3 /* Listening for an Authenticate */ macro