HomeSort by relevance Sort by last modified time
    Searched refs:UPAPSS_LISTEN (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
upap.h 94 #define UPAPSS_LISTEN 3 /* Listening for an Authenticate */
upap.c 191 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)

Completed in 25 milliseconds