Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dupap.c191 u->us_serverstate = UPAPSS_LISTEN;
230 if (u->us_serverstate != UPAPSS_LISTEN)
258 u->us_serverstate = UPAPSS_LISTEN;
278 if (u->us_serverstate == UPAPSS_LISTEN && u->us_reqtimeout > 0)
301 if (u->us_serverstate == UPAPSS_LISTEN) {
384 if (u->us_serverstate < UPAPSS_LISTEN)
Dupap.h94 #define UPAPSS_LISTEN 3 /* Listening for an Authenticate */ macro