Searched refs:EVENT_FD (Results 1 – 9 of 9) sorted by relevance
/openbsd/usr.sbin/bgplgd/ |
H A D | slowcgi.c | 527 close(EVENT_FD(&c->script_ev)); in slowcgi_timeout() 531 close(EVENT_FD(&c->script_err_ev)); in slowcgi_timeout() 1183 close(EVENT_FD(&c->script_ev)); in cleanup_request() 1187 close(EVENT_FD(&c->script_err_ev)); in cleanup_request()
|
/openbsd/usr.sbin/identd/ |
H A D | identd.c | 596 fd = EVENT_FD(&c->ev); in child_rd() 846 int fd = EVENT_FD(&c->ev); in identd_error() 867 int fd = EVENT_FD(&c->ev); in identd_close()
|
/openbsd/usr.sbin/rad/ |
H A D | frontend.c | 695 if (setsockopt(EVENT_FD(&ra_iface->icmp6ev->ev), IPPROTO_IPV6, in join_all_routers_mcast_group() 707 setsockopt(EVENT_FD(&ra_iface->icmp6ev->ev), IPPROTO_IPV6, in leave_all_routers_mcast_group() 1451 len = sendmsg(EVENT_FD(&ra_iface->icmp6ev->ev), &sndmhdr, 0); in ra_output() 1582 close(EVENT_FD(&icmp6ev->ev)); in unref_icmp6ev()
|
/openbsd/usr.sbin/slowcgi/ |
H A D | slowcgi.c | 1135 close(EVENT_FD(&c->script_ev)); in cleanup_request() 1140 close(EVENT_FD(&c->script_err_ev)); in cleanup_request() 1145 close(EVENT_FD(&c->script_stdin_ev)); in cleanup_request()
|
/openbsd/lib/libevent/ |
H A D | event.h | 223 #define EVENT_FD(ev) (int)(ev)->ev_fd macro
|
/openbsd/usr.sbin/dvmrpd/ |
H A D | kroute.c | 111 close(EVENT_FD((&kr_state.ev))); in kr_shutdown()
|
/openbsd/sbin/dhcp6leased/ |
H A D | frontend.c | 925 if (sendto(EVENT_FD(&iface->udpev), dhcp_packet, pkt_len, 0, in send_packet() 966 close(EVENT_FD(&iface->udpev)); in remove_iface()
|
/openbsd/sbin/slaacd/ |
H A D | frontend.c | 1032 if (sendmsg(EVENT_FD(&iface->icmp6ev->ev), &sndmhdr, 0) != sizeof(rs) + in send_solicitation() 1112 close(EVENT_FD(&icmp6ev->ev)); in unref_icmp6ev()
|
/openbsd/sbin/dhcpleased/ |
H A D | frontend.c | 1161 result = writev(EVENT_FD(&iface->bpfev.ev), iov, iovcnt); in bpf_send_packet() 1196 close(EVENT_FD(&iface->bpfev.ev)); in remove_iface()
|