Searched refs:sighup (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_main.c104 sighup (int sig)
168 signal_set (SIGHUP, sighup);
103 sighup (int sig) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_main.c102 sighup (int sig)
152 signal_set (SIGHUP, sighup);
101 sighup (int sig) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripd/
H A Drip_main.c123 sighup (int sig)
170 signal_set (SIGHUP, sighup);
122 sighup (int sig) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripngd/
H A Dripng_main.c95 sighup (int sig)
146 signal_set (SIGHUP, sighup);
94 sighup (int sig) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Ddnsmasq.c19 static int sighup, sigusr1; variable
25 sighup = 1;
59 sighup = 1; /* init cache the first time through */
244 if (sighup)
252 sighup = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_main.c129 sighup (int sig)
186 signal_set (SIGHUP, sighup);
128 sighup (int sig) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Dmain.c112 sighup (int sig)
172 signal_set (SIGHUP, sighup);
111 sighup (int sig) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.c17 static int sigterm, sighup, sigusr1, sigalarm, num_kids, in_child; variable
225 sighup = 1; /* init cache the first time through */
525 if (sighup)
561 sighup = 0;
695 sighup = 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c221 SIGTYPE sighup __P((int signo));
587 SIGTYPE sighup(signo) function
597 signal(SIGHUP, sighup);
1055 signal(SIGHUP, sighup);

Completed in 185 milliseconds