Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/
Dtty.c163 extern int got_sigterm;
610 got_sigterm = 0; in connect_tty()
746 if (got_sigterm) { in connect_tty()
759 if (got_sigterm) { in connect_tty()
785 if (!persist || errno != EINTR || hungup || got_sigterm) in connect_tty()
819 if (got_sigterm) in connect_tty()
Dmain.c181 int got_sigterm; variable
275 return !!got_sigterm; in ppp_signaled()
695 if (!(got_sighup || got_sigterm || got_sigusr2 || got_sigchld)) in handle_events()
708 if (got_sigterm) { in handle_events()
709 info("Terminating on signal %d", got_sigterm); in handle_events()
714 got_sigterm = 0; in handle_events()
1594 got_sigterm = sig; in term()