Home
last modified time | relevance | path

Searched refs:listen_ev (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.sbin/ftp-proxy/
H A Dftp-proxy.c118 struct event listen_ev, pause_accept_ev; variable
385 event_add(&listen_ev, NULL); in handle_connection()
407 event_del(&listen_ev); in handle_connection()
803 event_set(&listen_ev, listenfd, EV_READ, handle_connection, NULL); in main()
804 event_add(&listen_ev, NULL); in main()