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

/external/ppp/pppd/
H A Dmain.c710 #define SIGNAL(s, handler) do { \ macro
718 SIGNAL(SIGHUP, hup); /* Hangup */
719 SIGNAL(SIGINT, term); /* Interrupt */
720 SIGNAL(SIGTERM, term); /* Terminate */
721 SIGNAL(SIGCHLD, chld);
723 SIGNAL(SIGUSR1, toggle_debug); /* Toggle debug flag */
724 SIGNAL(SIGUSR2, open_ccp); /* Reopen CCP */
730 SIGNAL(SIGABRT, bad_signal);
731 SIGNAL(SIGALRM, bad_signal);
732 SIGNAL(SIGFP
[all...]

Completed in 12 milliseconds