Searched refs:notify_retry (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.sbin/nsd/ |
H A D | xfrd-notify.c | 228 zone->pkts[index].notify_retry = 0; in notify_pkt_done() 237 if(++zone->pkts[index].notify_retry >= in notify_pkt_retry() 238 zone->options->pattern->notify_retry) { in notify_pkt_retry() 304 zone->apex_str, zone->pkts[index].notify_retry, in xfrd_notify_send_udp() 335 zone->apex_str, zone->pkts[index].notify_retry, in xfrd_notify_send_udp() 365 zone->pkts[i].notify_retry = 0; in notify_start_pkts()
|
H A D | xfrd-notify.h | 42 uint8_t notify_retry; /* how manieth retry in sending to current */ member
|
H A D | options.c | 1065 p->notify_retry = 5; in pattern_options_create() 1268 orig->notify_retry = p->notify_retry; in copy_pat_fixed() 1399 if(p->notify_retry != q->notify_retry) return 0; in pattern_options_equal() 1650 marshal_u8(b, p->notify_retry); in pattern_options_marshal() 1704 p->notify_retry = unmarshal_u8(b); in pattern_options_unmarshal() 2581 dest->notify_retry = pat->notify_retry; in config_apply_pattern()
|
H A D | nsd-checkconf.c | 344 ZONE_GET_BIN(notify_retry, o, zone->pattern); in config_print_zone() 381 ZONE_GET_BIN(notify_retry, o, p); in config_print_zone() 530 printf("\tnotify-retry: %d\n", pat->notify_retry); in print_zone_content_elems()
|
H A D | options.h | 280 uint8_t notify_retry; member
|
H A D | configparser.y | 984 cfg_parser->pattern->notify_retry = $2;
|