OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPAPSS_LISTEN
(Results
1 - 4
of
4
) 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
)
/external/syslinux/core/lwip/src/netif/ppp/
pap.h
104
#define
UPAPSS_LISTEN
3 /* Listening for an Authenticate */
pap.c
203
u->us_serverstate =
UPAPSS_LISTEN
;
245
if (u->us_serverstate !=
UPAPSS_LISTEN
) {
276
u->us_serverstate =
UPAPSS_LISTEN
;
299
if (u->us_serverstate ==
UPAPSS_LISTEN
&& u->us_reqtimeout > 0) {
322
if (u->us_serverstate ==
UPAPSS_LISTEN
) {
400
if (u->us_serverstate <
UPAPSS_LISTEN
) {
Completed in 42 milliseconds