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

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

Completed in 665 milliseconds