Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:SIGINFO

87 #ifdef SIGINFO
88 #define INFO_SIGNAL SIGINFO
833 // print entire contents of hashtable, invoked via SIGINFO
2923 Log( "Received SIGINFO" );
3049 if (signal(INFO_SIGNAL, HndlSignal) == SIG_ERR) perror("Can't catch SIGINFO");