Searched refs:ev_sighup (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/ypldap/
H A Dypldap_dns.c78 struct event ev_sighup; local
103 signal_set(&ev_sighup, SIGHUP, dns_sig_handler, NULL);
106 signal_add(&ev_sighup, NULL);
H A Dypldap.c507 struct event ev_sighup; local
580 signal_set(&ev_sighup, SIGHUP, main_sig_handler, &env);
584 signal_add(&ev_sighup, NULL);
/freebsd-current/contrib/pf/ftp-proxy/
H A Dftp-proxy.c601 struct event ev, ev_sighup, ev_sigint, ev_sigterm; local
775 signal_set(&ev_sighup, SIGHUP, handle_signal, NULL);
778 signal_add(&ev_sighup, NULL);

Completed in 441 milliseconds