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

/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap_dns.c79 struct event ev_sighup; local
104 signal_set(&ev_sighup, SIGHUP, dns_sig_handler, NULL);
107 signal_add(&ev_sighup, NULL);
H A Dypldap.c508 struct event ev_sighup; local
581 signal_set(&ev_sighup, SIGHUP, main_sig_handler, &env);
585 signal_add(&ev_sighup, NULL);
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c604 struct event ev, ev_sighup, ev_sigint, ev_sigterm; local
778 signal_set(&ev_sighup, SIGHUP, handle_signal, NULL);
781 signal_add(&ev_sighup, NULL);

Completed in 90 milliseconds