Home | History | Annotate | Download | only in pppd

Lines Matching refs:SIGTERM

706     sigaddset(&signals_handled, SIGTERM);
720 SIGNAL(SIGTERM, term); /* Terminate */
1414 * term - Catch SIGTERM signal and SIGINT signal (^C/del).
1497 kill_my_pg(SIGTERM);
1772 * exit, send them all a SIGTERM.
1782 dbglog("sending SIGTERM to process %d", chp->pid);
1783 kill(chp->pid, SIGTERM);