Home
last modified time | relevance | path

Searched defs:zone (Results 1 – 25 of 79) sorted by relevance

1234

/openbsd/usr.sbin/nsd/
H A Dxfrd-notify.c34 notify_send_disable(struct notify_zone* zone) in notify_send_disable()
45 notify_send6_disable(struct notify_zone* zone) in notify_send6_disable()
56 notify_disable(struct notify_zone* zone) in notify_disable()
225 notify_pkt_done(struct notify_zone* zone, int index) in notify_pkt_done()
341 notify_timeout_check(struct notify_zone* zone) in notify_timeout_check()
355 notify_start_pkts(struct notify_zone* zone) in notify_start_pkts()
377 notify_setup_event(struct notify_zone* zone) in notify_setup_event()
462 setup_notify_active(struct notify_zone* zone) in setup_notify_active()
534 struct notify_zone* zone = (struct notify_zone*) in xfrd_send_notify() local
548 struct notify_zone* zone = (struct notify_zone*) in notify_handle_master_zone_soainfo() local
[all …]
H A Dnamedb.h124 struct zone struct
126 struct radnode *node; /* this entry in zonetree */ argument
140 struct zone_options* opts; argument
141 struct zone_ixfr* ixfr; argument
143 char* logstr; /* set for zone xfer, the log string */ argument
145 unsigned zonestatid; /* array index for zone stats */ argument
146 unsigned is_secure : 1; /* zone uses DNSSEC */ argument
147 unsigned is_ok : 1; /* zone has not expired */ argument
172 zone_type* zone; member
401 { zone_type* zone = namedb_find_zone(db, dname); in namedb_find_or_create_zone() local
[all …]
H A Dxfrd.c244 xfrd_zone_type* zone; in xfrd_process_activated() local
340 xfrd_zone_type* zone; in xfrd_shutdown() local
659 xfrd_zone_type* zone; in xfrd_process_soa_info_task() local
883 xfrd_zone_type* zone; in xfrd_receive_soa() local
1283 xfrd_udp_obtain(xfrd_zone_type* zone) in xfrd_udp_obtain()
1403 xfrd_unset_timer(xfrd_zone_type* zone) in xfrd_unset_timer()
1591 xfrd_udp_release(xfrd_zone_type* zone) in xfrd_udp_release()
1661 xfrd_udp_read(xfrd_zone_type* zone) in xfrd_udp_read()
2628 xfrd_zone_type* zone; in xfrd_handle_passed_packet() local
2736 xfrd_zone_type* zone; in xfrd_check_failed_updates() local
[all …]
H A Dnsec3.c130 nsec3_lookup_hash_and_wc(region_type* region, zone_type* zone, in nsec3_lookup_hash_and_wc()
149 nsec3_lookup_hash_ds(region_type* region, zone_type* zone, in nsec3_lookup_hash_ds()
286 nsec3_find_zone_param(struct namedb* db, struct zone* zone, in nsec3_find_zone_param()
311 nsec3_rr_uses_params(rr_type* rr, zone_type* zone) in nsec3_rr_uses_params()
319 nsec3_in_chain_count(domain_type* domain, zone_type* zone) in nsec3_in_chain_count()
376 nsec3_clear_precompile(struct namedb* db, zone_type* zone) in nsec3_clear_precompile()
519 struct zone* zone, region_type* tmpregion) in nsec3_precompile_domain()
551 struct zone* zone) in nsec3_precompile_domain_ds()
590 struct zone* zone) in nsec3_precompile_nsec3rr()
739 process_range(zone_type* zone, domain_type* start, in process_range()
[all …]
H A Dxfrd-tcp.c329 struct xfrd_zone* zone) in xfrd_tcp_pipeline_insert_id()
513 pipeline_find(struct xfrd_tcp_set* set, xfrd_zone_type* zone) in pipeline_find()
584 tcp_pipe_id_remove(struct xfrd_tcp_pipeline* tp, xfrd_zone_type* zone, in tcp_pipe_id_remove()
608 xfrd_zone_type* zone = zid->zone; in xfrd_tcp_pipe_stop() local
680 xfrd_zone_type* zone) in pipeline_setup_new_zone()
713 xfrd_tcp_obtain(struct xfrd_tcp_set* set, xfrd_zone_type* zone) in xfrd_tcp_obtain()
792 xfrd_zone_type* zone) in xfrd_tcp_open()
1158 xfrd_tcp_write(struct xfrd_tcp_pipeline* tp, xfrd_zone_type* zone) in xfrd_tcp_write()
1440 xfrd_zone_type* zone; in xfrd_tcp_read() local
1544 xfrd_tcp_release(struct xfrd_tcp_set* set, xfrd_zone_type* zone) in xfrd_tcp_release()
[all …]
H A Dixfrcreate.c125 static size_t domain_count_rrsets(domain_type* domain, zone_type* zone) in domain_count_rrsets()
137 static int spool_domains(FILE* out, struct zone* zone) in spool_domains()
161 static int spool_zone_to_file(struct zone* zone, char* file_name, in spool_zone_to_file()
554 struct ixfr_store* store, struct zone* zone, struct domain* domain) in process_diff_domain()
775 struct ixfr_store* store, struct zone* zone, struct domain* domain, in process_spool_for_domain()
836 struct ixfr_store* store, struct zone* zone) in ixfr_create_walk_zone()
869 static int ixfr_create_already_done_serial(struct zone* zone, in ixfr_create_already_done_serial()
905 struct zone* zone, const char* zfile, int checknew) in ixfr_create_already_done()
913 struct zone* zone) in ixfr_create_store_newsoa()
994 struct ixfr_store* store, struct zone* zone, int append_mem, in ixfr_create_finishup()
[all …]
H A Dnamedb.c517 domain_find_rrset(domain_type* domain, zone_type* zone, uint16_t type) in domain_find_rrset()
531 domain_find_any_rrset(domain_type* domain, zone_type* zone) in domain_find_any_rrset()
563 domain_find_parent_zone(namedb_type* db, zone_type* zone) in domain_find_parent_zone()
582 domain_find_ns_rrsets(domain_type* domain, zone_type* zone, rrset_type **ns) in domain_find_ns_rrsets()
604 find_dname_above(domain_type* domain, zone_type* zone) in find_dname_above()
616 domain_is_glue(domain_type* domain, zone_type* zone) in domain_is_glue()
643 zone_is_secure(zone_type* zone) in zone_is_secure()
669 domain_find_non_cname_rrset(domain_type* domain, zone_type* zone) in domain_find_non_cname_rrset()
700 void zone_rr_iter_init(struct zone_rr_iter *iter, struct zone *zone) in zone_rr_iter_init()
H A Dixfr.c492 uint32_t zone_get_current_serial(struct zone* zone) in zone_get_current_serial()
766 struct zone* zone; in query_ixfr() local
950 struct ixfr_store* ixfr_store_start(struct zone* zone, in ixfr_store_start()
1492 int zone_is_ixfr_enabled(struct zone* zone) in zone_is_ixfr_enabled()
1552 void ixfr_store_delixfrs(struct zone* zone) in ixfr_store_delixfrs()
1665 static int ixfr_target_number_files(struct zone* zone) in ixfr_target_number_files()
1880 static int ixfr_rename_files(struct zone* zone, const char* zfile, in ixfr_rename_files()
2001 static int parse_wirerr_into_temp(struct zone* zone, char* fname, in parse_wirerr_into_temp()
2154 int ixfr_write_file(struct zone* zone, struct ixfr_data* data, in ixfr_write_file()
2186 static void ixfr_write_files(struct zone* zone, const char* zfile) in ixfr_write_files()
[all …]
H A Ddbaccess.c57 zone_type* zone = (zone_type *) region_alloc(db->region, in namedb_zone_create() local
94 namedb_zone_delete(namedb_type* db, zone_type* zone) in namedb_zone_delete()
193 namedb_read_zonefile(struct nsd* nsd, struct zone* zone, udb_base* taskudb, in namedb_read_zonefile()
322 zone_type* zone; in namedb_check_zonefile() local
H A Ddifffile.c542 zone_type* zone) in nsec3_rrsets_changed_add_prehash()
563 zone_type* zone, uint16_t type) in nsec3_delete_rrset_trigger()
669 buffer_type* packet, size_t rdatalen, zone_type *zone, in delete_RR()
897 zone_type* zone; in find_or_create_zone() local
933 delete_zone_rrs(namedb_type* db, zone_type* zone) in delete_zone_rrs()
997 struct zone* zone, int* bytes, in apply_ixfr()
1259 zone_type* zone = 0; in check_for_bad_serial() local
1599 const dname_type* zone) in task_new_check_zonefiles()
1615 const dname_type* zone) in task_new_write_zonefiles()
1948 zone_type* zone; in task_process_del_zone() local
[all …]
H A Ddbcreate.c68 print_rrs(FILE* out, struct zone* zone) in print_rrs()
119 print_header(zone_type* zone, FILE* out, time_t* now, const char* logs) in print_header()
133 write_to_zonefile(zone_type* zone, const char* filename, const char* logs) in write_to_zonefile()
218 zone_type* zone; in namedb_write_zonefile() local
H A Dnsd-checkconf.c25 domain_table_type* ATTR_UNUSED(domains), zone_type* ATTR_UNUSED(zone), in zonec_parse_string()
321 zone_options_type* zone; in config_print_zone() local
494 zone_options_type* zone; in config_print_zone() local
610 zone_options_type* zone; in config_test_print_server() local
806 zone_options_type* zone; in additional_checks() local
H A Dxfrd.h282 within_refresh_bounds(xfrd_zone_type* zone, time_t refresh) in within_refresh_bounds()
297 bound_soa_disk_refresh(xfrd_zone_type* zone) in bound_soa_disk_refresh()
307 within_retry_bounds(xfrd_zone_type* zone, time_t retry) in within_retry_bounds()
322 bound_soa_disk_retry(xfrd_zone_type* zone) in bound_soa_disk_retry()
332 within_expire_bounds(xfrd_zone_type* zone, time_t expire) in within_expire_bounds()
349 bound_soa_disk_expire(xfrd_zone_type* zone) in bound_soa_disk_expire()
356 bound_soa_nsd_expire(xfrd_zone_type* zone) in bound_soa_nsd_expire()
H A Dxfrd-catalog-zones.c181 struct zone_options* zone) in xfrd_init_catalog_consumer_zone()
227 zone_type* zone; in xfrd_deinit_catalog_consumer_zone() local
258 xfrd_zone_type* zone = (xfrd_zone_type*)rbtree_search( in xfrd_deinit_catalog_consumer_zone() local
415 const char *invalid_catalog_consumer_zone(struct zone_options* zone) in invalid_catalog_consumer_zone()
490 zone_type* zone; in xfrd_process_catalog_consumer_zone() local
H A Doptions.c166 nsd_options_insert_zone(struct nsd_options* opt, struct zone_options* zone) in nsd_options_insert_zone()
425 struct zone_options* zone; in zone_list_member_zone_insert() local
602 zone_options_delete(struct nsd_options* opt, struct zone_options* zone) in zone_options_delete()
643 struct zone_options* zone = zone_list_member_zone_insert( in zone_list_add_or_cat() local
770 zone_list_del(struct nsd_options* opt, struct zone_options* zone) in zone_list_del()
821 struct zone_options* zone; in zone_list_compact() local
971 struct zone_options* zone; in zone_options_create() local
2266 get_end_label(struct zone_options* zone, int i) in get_end_label()
2297 config_cook_string(struct zone_options* zone, const char* input) in config_cook_string()
2323 config_make_zonefile(struct zone_options* zone, struct nsd* nsd) in config_make_zonefile()
H A Dverify.c34 struct zone *verify_next_zone(struct nsd *nsd, struct zone *zone) in verify_next_zone()
413 void verify_zone(struct nsd *nsd, struct zone *zone) in verify_zone()
/openbsd/usr.sbin/unbound/validator/
H A Dval_neg.c411 struct val_neg_zone* zone, uint8_t* nm, size_t nm_len, int labs) in neg_closest_data_parent()
452 struct val_neg_zone* zone = in neg_setup_zone_node() local
488 struct val_neg_zone* zone, *prev = NULL, *first = NULL; in neg_zone_chain() local
518 void val_neg_zone_take_inuse(struct val_neg_zone* zone) in val_neg_zone_take_inuse()
533 struct val_neg_zone* zone; in neg_create_zone() local
749 struct val_neg_zone* zone, struct ub_packed_rrset_key* nsec) in neg_insert_data()
885 struct val_neg_zone* zone; in val_neg_addreply() local
948 static int neg_closest_data(struct val_neg_zone* zone, in neg_closest_data()
975 struct val_neg_zone* zone; in val_neg_addreferral() local
1114 struct val_neg_zone* zone; in neg_find_nsec() local
[all …]
/openbsd/sbin/unwind/libunbound/validator/
H A Dval_neg.c411 struct val_neg_zone* zone, uint8_t* nm, size_t nm_len, int labs) in neg_closest_data_parent()
452 struct val_neg_zone* zone = in neg_setup_zone_node() local
488 struct val_neg_zone* zone, *prev = NULL, *first = NULL; in neg_zone_chain() local
518 void val_neg_zone_take_inuse(struct val_neg_zone* zone) in val_neg_zone_take_inuse()
533 struct val_neg_zone* zone; in neg_create_zone() local
749 struct val_neg_zone* zone, struct ub_packed_rrset_key* nsec) in neg_insert_data()
885 struct val_neg_zone* zone; in val_neg_addreply() local
948 static int neg_closest_data(struct val_neg_zone* zone, in neg_closest_data()
975 struct val_neg_zone* zone; in val_neg_addreferral() local
1114 struct val_neg_zone* zone; in neg_find_nsec() local
[all …]
/openbsd/regress/lib/libz/
H A Dinfcover.c75 struct mem_zone *zone = mem; in mem_alloc() local
115 struct mem_zone *zone = mem; in mem_free() local
160 struct mem_zone *zone; in mem_setup() local
178 struct mem_zone *zone = strm->opaque; in mem_limit() local
186 struct mem_zone *zone = strm->opaque; in mem_used() local
194 struct mem_zone *zone = strm->opaque; in mem_high() local
204 struct mem_zone *zone = strm->opaque; in mem_done() local
/openbsd/usr.sbin/unbound/testcode/
H A Dunitneg.c365 static int sum_subtree_inuse(struct val_neg_zone* zone, in sum_subtree_inuse()
381 struct val_neg_zone* zone) in sum_zone_subtree_inuse()
395 static void check_data(struct val_neg_zone* zone, struct val_neg_data* data) in check_data()
417 static void checkzonetree(struct val_neg_zone* zone) in checkzonetree()
429 struct val_neg_zone* zone) in check_zone_invariants()
H A Dunitauth.c58 const char* zone; member
724 check_read_exact(const char* name, const char* zone) in check_read_exact()
976 check_queries(const char* name, const char* zone, struct q_ans* queries) in check_queries()
/openbsd/gnu/gcc/gcc/
H A Dggc-zone.c244 struct alloc_zone *zone; member
704 struct alloc_zone *zone; in zone_allocate_marks() local
746 struct alloc_zone *zone; in zone_free_marks() local
801 alloc_small_page (struct alloc_zone *zone) in alloc_small_page()
857 alloc_large_page (size_t size, struct alloc_zone *zone) in alloc_large_page()
935 release_pages (struct alloc_zone *zone) in release_pages()
1597 sweep_pages (struct alloc_zone *zone) in sweep_pages()
1859 struct alloc_zone *zone; in ggc_collect() local
1903 struct alloc_zone *zone; in ggc_collect() local
1964 struct alloc_zone *zone; in ggc_print_statistics() local
[all …]
/openbsd/sys/arch/macppc/dev/
H A Dthermal.h35 int zone; member
45 int zone; member
/openbsd/usr.sbin/nsd/dnstap/
H A Ddnstap_collector.c218 uint8_t* zone; in dt_submit_content() local
471 struct zone* zone) in prep_send_data()
579 struct zone* zone) in dt_collector_submit_auth_response()
/openbsd/usr.sbin/zic/
H A Dzic.c83 struct zone { struct
84 const char *z_filename;
85 int z_linenum;
87 const char *z_name;
88 long z_gmtoff;
89 const char *z_rule;
90 const char *z_format;
92 long z_stdoff;
94 struct rule *z_rules;
95 int z_nrules;
[all …]

1234