Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dmain.c175 int asked_to_quit; variable
558 if (asked_to_quit)
564 if (asked_to_quit)
586 if (asked_to_quit) {
601 if (!persist || asked_to_quit || (maxfail > 0 && unsuccess >= maxfail))
675 asked_to_quit = 1; in handle_events()
Dtty.c157 extern int asked_to_quit;
771 asked_to_quit = 1; in connect_tty()