HomeSort by: relevance | last modified time | path
    Searched refs:notify_zones (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/nsd/dist/
xfrd.h 118 rbtree_type *notify_zones; member in struct:xfrd_state
remote.c 935 xfrd->notify_zones, (const dname_type*)zo->node.key);
944 RBTREE_FOR(n, struct notify_zone*, xfrd->notify_zones) {
1038 xfrd->notify_zones, (const dname_type*)zo->node.key);
1389 init_notify_send(xfrd->notify_zones, xfrd->region, zopt);
1457 init_notify_send(xfrd->notify_zones, xfrd->region, zopt);
1734 init_notify_send(xfrd->notify_zones, xfrd->region, zopt);
1894 RBTREE_FOR(nz, struct notify_zone*, xfrd->notify_zones) {
1921 RBTREE_FOR(nz, struct notify_zone*, xfrd->notify_zones) {
3214 (unsigned long)(xfrd->notify_zones->count - xfrd->zones->count)))
3219 (unsigned long)(xfrd->notify_zones->count - xfrd->zones->count))
    [all...]
metrics.c 587 (unsigned long)(xfrd->notify_zones->count - xfrd->zones->count));
xfrd.c 404 close_notify_fds(xfrd->notify_zones);
475 if(xfrd->notify_zones) {
477 RBTREE_FOR(n, struct notify_zone*, xfrd->notify_zones) {
588 xfrd->notify_zones = rbtree_create(xfrd->region,
609 init_notify_send(xfrd->notify_zones, xfrd->region, zone_opt);
804 notify_handle_master_zone_soainfo(xfrd->notify_zones,
811 notify_handle_master_zone_soainfo(xfrd->notify_zones,
1581 xfrd_send_notify(xfrd->notify_zones, zone->apex, &zone->soa_nsd);
1604 xfrd_send_notify(xfrd->notify_zones, zone->apex, &zone->soa_nsd);
xfrd-notify.c 125 xfrd->notify_zones, dname);
xfrd-catalog-zones.c 783 init_notify_send(xfrd->notify_zones,
866 init_notify_send(xfrd->notify_zones, xfrd->region,

Completed in 38 milliseconds