Home
last modified time | relevance | path

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

/openbsd/usr.sbin/bgplgd/
H A Dslowcgi.c527 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 Didentd.c596 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 Dfrontend.c695 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 Dslowcgi.c1135 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 Devent.h223 #define EVENT_FD(ev) (int)(ev)->ev_fd macro
/openbsd/usr.sbin/dvmrpd/
H A Dkroute.c111 close(EVENT_FD((&kr_state.ev))); in kr_shutdown()
/openbsd/sbin/dhcp6leased/
H A Dfrontend.c925 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 Dfrontend.c1032 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 Dfrontend.c1161 result = writev(EVENT_FD(&iface->bpfev.ev), iov, iovcnt); in bpf_send_packet()
1196 close(EVENT_FD(&iface->bpfev.ev)); in remove_iface()