Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c158 extern int got_sigterm;
561 got_sigterm = 0; in connect_tty()
697 if (got_sigterm) { in connect_tty()
710 if (got_sigterm) { in connect_tty()
736 if (!persist || errno != EINTR || hungup || got_sigterm) in connect_tty()
770 if (got_sigterm) in connect_tty()
Dmain.c182 int got_sigterm; variable
658 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) { in handle_events()
675 if (got_sigterm) { in handle_events()
676 info("Terminating on signal %d", got_sigterm); in handle_events()
681 got_sigterm = 0; in handle_events()
1505 got_sigterm = sig;