Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dxfrd-notify.c48 event_del(&zone->notify_send6_handler); in notify_send6_disable()
49 if(zone->notify_send6_handler.ev_fd != -1) { in notify_send6_disable()
50 close(zone->notify_send6_handler.ev_fd); in notify_send6_disable()
51 zone->notify_send6_handler.ev_fd = -1; in notify_send6_disable()
110 not->notify_send6_handler.ev_fd = -1; in init_notify_send()
296 && zone->notify_send6_handler.ev_fd == -1) || in xfrd_notify_send_udp()
309 zone->notify_send6_handler.ev_fd = fd; in xfrd_notify_send_udp()
322 fd = zone->notify_send6_handler.ev_fd; in xfrd_notify_send_udp()
395 if(zone->notify_send6_handler.ev_fd != -1) { in notify_setup_event()
396 int fd = zone->notify_send6_handler.ev_fd; in notify_setup_event()
[all …]
H A Dxfrd-notify.h65 struct event notify_send6_handler; member