Searched refs:ub_event (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/unbound/libunbound/ |
H A D | unbound-event.h | 80 struct ub_event; 97 struct ub_event* (*new_event)(struct ub_event_base*, 101 struct ub_event* (*new_signal)(struct ub_event_base*, int fd, 105 struct ub_event* (*winsock_register_wsaevent)(struct ub_event_base*, 128 void (*add_bits)(struct ub_event*, short); 131 void (*del_bits)(struct ub_event*, short); 134 void (*set_fd)(struct ub_event*, int); 136 void (*free)(struct ub_event*); 138 int (*add)(struct ub_event*, struct timeval*); 140 int (*del)(struct ub_event*); [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | ub_event.h | 47 struct ub_event; 88 struct ub_event* ub_event_new(struct ub_event_base*, 91 struct ub_event* ub_signal_new(struct ub_event_base*, int fd, 94 struct ub_event* ub_winsock_register_wsaevent(struct ub_event_base*, 98 void ub_event_add_bits(struct ub_event*, short bits); 100 void ub_event_del_bits(struct ub_event*, short bits); 102 void ub_event_set_fd(struct ub_event*, int fd); 104 void ub_event_free(struct ub_event*); 106 int ub_event_add(struct ub_event*, struct timeval*); 108 int ub_event_del(struct ub_event*); [all …]
|
H A D | ub_event_pluggable.c | 143 struct ub_event super; 156 my_event_add_bits(struct ub_event* ev, short bits) in my_event_add_bits() 162 my_event_del_bits(struct ub_event* ev, short bits) in my_event_del_bits() 168 my_event_set_fd(struct ub_event* ev, int fd) in my_event_set_fd() 174 my_event_free(struct ub_event* ev) in my_event_free() 180 my_event_add(struct ub_event* ev, struct timeval* tv) in my_event_add() 186 my_event_del(struct ub_event* ev) in my_event_del() 192 my_timer_add(struct ub_event* ev, struct ub_event_base* base, in my_timer_add() 203 my_timer_del(struct ub_event* ev) in my_timer_del() 209 my_signal_add(struct ub_event* ev, struct timeval* tv) in my_signal_add() [all …]
|
H A D | ub_event.c | 144 #define AS_UB_EVENT(x) ((struct ub_event*)x) 289 struct ub_event* 313 struct ub_event* 337 struct ub_event* 362 ub_event_add_bits(struct ub_event* ev, short bits) in ub_event_add_bits() 368 ub_event_del_bits(struct ub_event* ev, short bits) in ub_event_del_bits() 374 ub_event_set_fd(struct ub_event* ev, int fd) in ub_event_set_fd() 380 ub_event_free(struct ub_event* ev) in ub_event_free() 387 ub_event_add(struct ub_event* ev, struct timeval* tv) in ub_event_add() 393 ub_event_del(struct ub_event* ev) in ub_event_del() [all …]
|
H A D | tube.h | 101 struct ub_event* ev_listen;
|
H A D | netevent.c | 148 struct ub_event* ev; 162 struct ub_event* slow_accept; 180 struct ub_event* ev; 190 struct ub_event* ev; 3119 ub_winsock_tcp_wouldblock((struct ub_event*) 3125 ub_winsock_tcp_wouldblock((struct ub_event*)
|
/freebsd/usr.sbin/unbound/checkconf/ |
H A D | Makefile | 9 SRCS= ub_event.c unbound-checkconf.c worker_cb.c
|
/freebsd/usr.sbin/unbound/control/ |
H A D | Makefile | 9 SRCS= ub_event.c unbound-control.c worker_cb.c
|
/freebsd/usr.sbin/unbound/daemon/ |
H A D | Makefile | 10 ub_event.c unbound.c worker.c
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound-fuzzme.patch | 98 + $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/util/net_help.h $(srcdir)/util/ub_event…
|
H A D | fastrpz.patch | 34 COMMON_OBJ=$(COMMON_OBJ_WITHOUT_UB_EVENT) ub_event.lo
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dtstream.c | 1642 struct ub_event* cmdev; in dtio_setup_cmd() 1810 struct ub_event* timer, *stopev; in dtio_control_stop_flush() 2058 struct ub_event* ev; in dtio_open_output()
|
H A D | unbound-dnstap-socket.c | 119 struct ub_event* ev; 159 struct ub_event *ev;
|
/freebsd/contrib/unbound/ |
H A D | Makefile.in | 134 util/ub_event.c util/ub_event_pluggable.c util/winsock_event.c \ 158 COMMON_OBJ=$(COMMON_OBJ_WITHOUT_UB_EVENT) ub_event.lo 217 daemon.lo stats.lo shm_main.lo $(COMMON_OBJ_WITHOUT_NETCALL) ub_event.lo $(SLDNS_OBJ) \ 991 $(srcdir)/util/ub_event.h $(srcdir)/util/log.h $(srcdir)/util/net_help.h \ 1059 $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h $(srcdir)/util/ub_event.h 1060 ub_event.lo ub_event.o: $(srcdir)/util/ub_event.c config.h $(srcdir)/util/ub_event.h $(srcdir)/util… 1063 …e.lo ub_event_pluggable.o: $(srcdir)/util/ub_event_pluggable.c config.h $(srcdir)/util/ub_event.h \ 1336 $(srcdir)/util/ub_event.h 1369 …$(srcdir)/respip/respip.h $(srcdir)/util/net_help.h $(srcdir)/util/ub_event.h $(srcdir)/daemon/wor… 1506 …$(srcdir)/util/random.h $(srcdir)/util/net_help.h $(srcdir)/util/tube.h $(srcdir)/util/ub_event.h … [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 6086 - Fix compile for ub_event code with older libev.
|