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

/freebsd-10.3-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c604 struct event ev, ev_sighup, ev_sigint, ev_sigterm; local
779 signal_set(&ev_sigint, SIGINT, handle_signal, NULL);
782 signal_add(&ev_sigint, NULL);

Completed in 46 milliseconds