Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c156 extern int got_sigterm;
557 got_sigterm = 0; in connect_tty()
689 if (got_sigterm) { in connect_tty()
702 if (got_sigterm) { in connect_tty()
728 if (!persist || errno != EINTR || hungup || got_sigterm) in connect_tty()
767 if (got_sigterm) in connect_tty()
Dmain.c180 int got_sigterm; variable
655 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) { in handle_events()
672 if (got_sigterm) { in handle_events()
673 info("Terminating on signal %d", got_sigterm); in handle_events()
678 got_sigterm = 0; in handle_events()
1424 got_sigterm = sig;