Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/
H A Dxfrd.c255 xfrd_handle_zone(zone->zone_handler.ev_fd, 0, zone); in xfrd_process_activated()
367 event_del(&zone->zone_handler); in xfrd_shutdown()
368 if(zone->zone_handler.ev_fd != -1) { in xfrd_shutdown()
369 close(zone->zone_handler.ev_fd); in xfrd_shutdown()
370 zone->zone_handler.ev_fd = -1; in xfrd_shutdown()
513 xzone->zone_handler.ev_fd = -1; in xfrd_init_slave_zone()
1011 } else if(z->zone_handler.ev_fd != -1 && z->event_added) { in xfrd_del_slave_zone()
1015 event_del(&z->zone_handler); in xfrd_del_slave_zone()
1130 if(zone->zone_handler.ev_fd != -1 && zone->event_added && in xfrd_handle_zone()
1168 if(zone->zone_handler.ev_fd == -1 && zone->tcp_conn == -1) { in xfrd_handle_zone()
[all …]
H A Dxfrd.h194 struct event zone_handler; member
H A Dxfrd-tcp.c739 if(zone->zone_handler.ev_fd != -1) in xfrd_tcp_obtain()
761 if(zone->zone_handler.ev_fd != -1) in xfrd_tcp_obtain()
1578 if(zone->zone_handler.ev_fd != -1) in xfrd_tcp_release()
1633 if(zone->zone_handler.ev_fd != -1) in xfrd_tcp_pipe_release()
H A Dremote.c983 else if(zone->zone_handler.ev_fd != -1) in force_transfer_zone()
1149 } else if(xz->zone_handler.ev_fd != -1 && xz->tcp_conn == -1) { in print_zonestatus()
1778 } else if(xz->zone_handler.ev_fd != -1) { in repat_interrupt_zones()