Searched defs:SIGNAL (Results 1 - 1 of 1) sorted by path

/external/ppp/pppd/
H A Dmain.c713 #define SIGNAL(s, handler) do { \ macro
721 SIGNAL(SIGHUP, hup); /* Hangup */
722 SIGNAL(SIGINT, term); /* Interrupt */
723 SIGNAL(SIGTERM, term); /* Terminate */
724 SIGNAL(SIGCHLD, chld);
726 SIGNAL(SIGUSR1, toggle_debug); /* Toggle debug flag */
727 SIGNAL(SIGUSR2, open_ccp); /* Reopen CCP */
733 SIGNAL(SIGABRT, bad_signal);
734 SIGNAL(SIGALRM, bad_signal);
735 SIGNAL(SIGFP
[all...]

Completed in 169 milliseconds