Home
last modified time | relevance | path

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

/openbsd/usr.sbin/nsd/
H A Dnsd.h398 struct event_base* nsd_child_event_base(void);
H A Dserver.c2540 cb_data.base = nsd_child_event_base(); in server_reload()
3101 struct event_base* b = nsd_child_event_base(); in nsd_event_method()
3118 nsd_child_event_base(void) in nsd_child_event_base() function
3224 nsd->event_base = nsd_child_event_base(); in server_verify()
3346 struct event_base* event_base = nsd_child_event_base(); in server_child()
3587 event_base = nsd_child_event_base(); in service_remaining_tcp()
H A Dxfrd.c145 xfrd->event_base = nsd_child_event_base(); in xfrd_init()
/openbsd/usr.sbin/nsd/dnstap/
H A Ddnstap_collector.c342 dt_col->event_base = nsd_child_event_base(); in dt_attach_events()