Home | History | Annotate | Download | only in pppd

Lines Matching refs:got_sigchld

193 static int got_sigchld;		/* set if we have received a SIGCHLD */
632 if (got_sighup || got_sigterm || got_sigusr2 || got_sigchld) {
657 if (got_sigchld) {
658 got_sigchld = 0;
1497 got_sigchld = 1;