sbin/unwind/libunbound/services/authzone.c
100
static void xfr_set_timeout(struct auth_xfer* xfr, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
103
static void xfr_probe_send_or_end(struct auth_xfer* xfr,
sbin/unwind/libunbound/services/authzone.c
107
static int xfr_start_probe(struct auth_xfer* xfr, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
110
void auth_xfer_delete(struct auth_xfer* xfr);
sbin/unwind/libunbound/services/authzone.c
2014
xfr_find_soa(struct auth_zone* z, struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
2046
auth_xfer_setup(struct auth_zone* z, struct auth_xfer* x)
sbin/unwind/libunbound/services/authzone.c
2067
struct auth_xfer* x;
sbin/unwind/libunbound/services/authzone.c
2097
struct auth_xfer* x = NULL;
sbin/unwind/libunbound/services/authzone.c
2215
struct auth_xfer* xfr;
sbin/unwind/libunbound/services/authzone.c
2321
auth_xfer_delete(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
2361
struct auth_xfer* z = (struct auth_xfer*)n->key;
sbin/unwind/libunbound/services/authzone.c
343
struct auth_xfer* a = (struct auth_xfer*)z1;
sbin/unwind/libunbound/services/authzone.c
344
struct auth_xfer* b = (struct auth_xfer*)z2;
sbin/unwind/libunbound/services/authzone.c
3757
az_xfr_allowed_notify(struct auth_xfer* xfr, struct sockaddr_storage* addr,
sbin/unwind/libunbound/services/authzone.c
3772
xfr_serial_means_update(struct auth_xfer* xfr, uint32_t serial)
sbin/unwind/libunbound/services/authzone.c
3787
xfr_note_notify_serial(struct auth_xfer* xfr, int has_serial, uint32_t serial)
sbin/unwind/libunbound/services/authzone.c
3811
xfr_process_notify(struct auth_xfer* xfr, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
3834
struct auth_xfer* xfr;
sbin/unwind/libunbound/services/authzone.c
3864
struct auth_xfer* xfr;
sbin/unwind/libunbound/services/authzone.c
3880
auth_xfer_set_expired(struct auth_xfer* xfr, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
3996
probe_copy_masters_for_allow_notify(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
4020
xfr_transfer_start_lookups(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
4033
xfr_transfer_move_to_next_lookup(struct auth_xfer* xfr, struct module_env* env)
sbin/unwind/libunbound/services/authzone.c
4051
xfr_probe_start_lookups(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
4064
xfr_probe_move_to_next_lookup(struct auth_xfer* xfr, struct module_env* env)
sbin/unwind/libunbound/services/authzone.c
4081
xfr_transfer_start_list(struct auth_xfer* xfr, struct auth_master* spec)
sbin/unwind/libunbound/services/authzone.c
4108
xfr_probe_start_list(struct auth_xfer* xfr, struct auth_master* spec)
sbin/unwind/libunbound/services/authzone.c
4134
xfr_transfer_current_master(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
4143
xfr_probe_current_master(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
4152
xfr_transfer_end_of_list(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
4160
xfr_probe_end_of_list(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
4167
xfr_transfer_nextmaster(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
4199
xfr_probe_nextmaster(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
4229
xfr_create_soa_probe_packet(struct auth_xfer* xfr, sldns_buffer* buf,
sbin/unwind/libunbound/services/authzone.c
4245
xfr_create_ixfr_packet(struct auth_xfer* xfr, sldns_buffer* buf, uint16_t id,
sbin/unwind/libunbound/services/authzone.c
4300
check_packet_ok(sldns_buffer* pkt, uint16_t qtype, struct auth_xfer* xfr,
sbin/unwind/libunbound/services/authzone.c
4590
http_zonefile_syntax_check(struct auth_xfer* xfr, sldns_buffer* buf)
sbin/unwind/libunbound/services/authzone.c
461
struct auth_xfer*
sbin/unwind/libunbound/services/authzone.c
465
struct auth_xfer key;
sbin/unwind/libunbound/services/authzone.c
4660
http_parse_add_rr(struct auth_xfer* xfr, struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
4696
chunk_rrlist_start(struct auth_xfer* xfr, struct auth_chunk** rr_chunk,
sbin/unwind/libunbound/services/authzone.c
471
return (struct auth_xfer*)rbtree_search(&az->xtree, &key);
sbin/unwind/libunbound/services/authzone.c
4867
apply_ixfr(struct auth_xfer* xfr, struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
5004
apply_axfr(struct auth_xfer* xfr, struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
5075
apply_http(struct auth_xfer* xfr, struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
5175
auth_zone_write_chunks(struct auth_xfer* xfr, const char* fname)
sbin/unwind/libunbound/services/authzone.c
5197
xfr_write_after_update(struct auth_xfer* xfr, struct module_env* env)
sbin/unwind/libunbound/services/authzone.c
5271
static int xfr_process_reacquire_locks(struct auth_xfer* xfr,
sbin/unwind/libunbound/services/authzone.c
5294
xfr_process_chunk_list(struct auth_xfer* xfr, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
5393
xfr_transfer_disown(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
5408
xfr_transfer_lookup_host(struct auth_xfer* xfr, struct module_env* env)
sbin/unwind/libunbound/services/authzone.c
545
static struct auth_xfer*
sbin/unwind/libunbound/services/authzone.c
5479
xfr_transfer_init_fetch(struct auth_xfer* xfr, struct module_env* env)
sbin/unwind/libunbound/services/authzone.c
548
struct auth_xfer* x;
sbin/unwind/libunbound/services/authzone.c
5590
xfr_transfer_nexttarget_or_end(struct auth_xfer* xfr, struct module_env* env)
sbin/unwind/libunbound/services/authzone.c
5699
struct auth_xfer* xfr = (struct auth_xfer*)arg;
sbin/unwind/libunbound/services/authzone.c
5767
check_xfer_packet(sldns_buffer* pkt, struct auth_xfer* xfr,
sbin/unwind/libunbound/services/authzone.c
6059
xfer_link_data(sldns_buffer* pkt, struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
6085
process_list_end_transfer(struct auth_xfer* xfr, struct module_env* env)
sbin/unwind/libunbound/services/authzone.c
6138
struct auth_xfer* xfr = (struct auth_xfer*)arg;
sbin/unwind/libunbound/services/authzone.c
6179
struct auth_xfer* xfr = (struct auth_xfer*)arg;
sbin/unwind/libunbound/services/authzone.c
6262
struct auth_xfer* xfr = (struct auth_xfer*)arg;
sbin/unwind/libunbound/services/authzone.c
6326
xfr_start_transfer(struct auth_xfer* xfr, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
6348
xfr_probe_disown(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
6363
xfr_probe_send_probe(struct auth_xfer* xfr, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
6476
struct auth_xfer* xfr = (struct auth_xfer*)arg;
sbin/unwind/libunbound/services/authzone.c
6512
struct auth_xfer* xfr = (struct auth_xfer*)arg;
sbin/unwind/libunbound/services/authzone.c
6601
xfr_probe_lookup_host(struct auth_xfer* xfr, struct module_env* env)
sbin/unwind/libunbound/services/authzone.c
6673
xfr_probe_send_or_end(struct auth_xfer* xfr, struct module_env* env)
sbin/unwind/libunbound/services/authzone.c
6762
struct auth_xfer* xfr = (struct auth_xfer*)arg;
sbin/unwind/libunbound/services/authzone.c
6824
xfr_nextprobe_disown(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
6840
struct auth_xfer* xfr = (struct auth_xfer*)arg;
sbin/unwind/libunbound/services/authzone.c
6882
xfr_start_probe(struct auth_xfer* xfr, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
6930
xfr_set_timeout(struct auth_xfer* xfr, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
7019
void auth_xfer_pickup_initial_zone(struct auth_xfer* x, struct module_env* env)
sbin/unwind/libunbound/services/authzone.c
7037
struct auth_xfer* x;
sbin/unwind/libunbound/services/authzone.c
7045
RBTREE_FOR(x, struct auth_xfer*, &az->xtree) {
sbin/unwind/libunbound/services/authzone.c
7055
struct auth_xfer* x;
sbin/unwind/libunbound/services/authzone.c
7057
RBTREE_FOR(x, struct auth_xfer*, &az->xtree) {
sbin/unwind/libunbound/services/authzone.c
7078
static struct auth_xfer*
sbin/unwind/libunbound/services/authzone.c
7081
struct auth_xfer* xfr;
sbin/unwind/libunbound/services/authzone.c
7082
xfr = (struct auth_xfer*)calloc(1, sizeof(*xfr));
sbin/unwind/libunbound/services/authzone.c
7150
struct auth_xfer*
sbin/unwind/libunbound/services/authzone.c
7153
struct auth_xfer* xfr;
sbin/unwind/libunbound/services/authzone.c
8687
auth_xfer_get_mem(struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
8730
struct auth_xfer* xfr;
sbin/unwind/libunbound/services/authzone.c
8731
RBTREE_FOR(xfr, struct auth_xfer*, &az->xtree) {
sbin/unwind/libunbound/services/authzone.c
8753
void xfr_disown_tasks(struct auth_xfer* xfr, struct worker* worker)
sbin/unwind/libunbound/services/authzone.h
580
struct auth_xfer* auth_xfer_find(struct auth_zones* az, uint8_t* nm,
sbin/unwind/libunbound/services/authzone.h
650
int xfr_find_soa(struct auth_zone* z, struct auth_xfer* xfr);
sbin/unwind/libunbound/services/authzone.h
667
struct auth_xfer* auth_xfer_create(struct auth_zones* az, struct auth_zone* z);
sbin/unwind/libunbound/services/authzone.h
804
void auth_xfer_pickup_initial_zone(struct auth_xfer* x,
sbin/unwind/libunbound/services/authzone.h
819
void auth_xfer_delete(struct auth_xfer* xfr);
sbin/unwind/libunbound/services/authzone.h
829
void xfr_disown_tasks(struct auth_xfer* xfr, struct worker* worker);
usr.sbin/unbound/daemon/remote.c
3176
struct auth_xfer* xfr = NULL;
usr.sbin/unbound/daemon/remote.c
5408
xfr_masters_equal(struct auth_xfer* xfr1, struct auth_xfer* xfr2)
usr.sbin/unbound/daemon/remote.c
5472
struct auth_xfer* old_xfr, *new_xfr;
usr.sbin/unbound/daemon/remote.c
7355
struct auth_xfer** xfr, struct auth_xfer** loadxfr)
usr.sbin/unbound/daemon/remote.c
7396
struct auth_xfer* xfr = NULL;
usr.sbin/unbound/daemon/remote.c
7450
auth_xfr_pickup_config(struct auth_xfer* loadxfr, struct auth_xfer* xfr)
usr.sbin/unbound/daemon/remote.c
7472
struct auth_xfer* xfr = NULL, *loadxfr = NULL;
usr.sbin/unbound/daemon/remote.c
7519
struct auth_xfer* loadxfr = NULL, *xfr = NULL;
usr.sbin/unbound/services/authzone.c
100
static void xfr_set_timeout(struct auth_xfer* xfr, struct module_env* env,
usr.sbin/unbound/services/authzone.c
103
static void xfr_probe_send_or_end(struct auth_xfer* xfr,
usr.sbin/unbound/services/authzone.c
107
static int xfr_start_probe(struct auth_xfer* xfr, struct module_env* env,
usr.sbin/unbound/services/authzone.c
110
void auth_xfer_delete(struct auth_xfer* xfr);
usr.sbin/unbound/services/authzone.c
2014
xfr_find_soa(struct auth_zone* z, struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
2046
auth_xfer_setup(struct auth_zone* z, struct auth_xfer* x)
usr.sbin/unbound/services/authzone.c
2067
struct auth_xfer* x;
usr.sbin/unbound/services/authzone.c
2097
struct auth_xfer* x = NULL;
usr.sbin/unbound/services/authzone.c
2215
struct auth_xfer* xfr;
usr.sbin/unbound/services/authzone.c
2321
auth_xfer_delete(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
2361
struct auth_xfer* z = (struct auth_xfer*)n->key;
usr.sbin/unbound/services/authzone.c
343
struct auth_xfer* a = (struct auth_xfer*)z1;
usr.sbin/unbound/services/authzone.c
344
struct auth_xfer* b = (struct auth_xfer*)z2;
usr.sbin/unbound/services/authzone.c
3757
az_xfr_allowed_notify(struct auth_xfer* xfr, struct sockaddr_storage* addr,
usr.sbin/unbound/services/authzone.c
3772
xfr_serial_means_update(struct auth_xfer* xfr, uint32_t serial)
usr.sbin/unbound/services/authzone.c
3787
xfr_note_notify_serial(struct auth_xfer* xfr, int has_serial, uint32_t serial)
usr.sbin/unbound/services/authzone.c
3811
xfr_process_notify(struct auth_xfer* xfr, struct module_env* env,
usr.sbin/unbound/services/authzone.c
3834
struct auth_xfer* xfr;
usr.sbin/unbound/services/authzone.c
3864
struct auth_xfer* xfr;
usr.sbin/unbound/services/authzone.c
3880
auth_xfer_set_expired(struct auth_xfer* xfr, struct module_env* env,
usr.sbin/unbound/services/authzone.c
3996
probe_copy_masters_for_allow_notify(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
4020
xfr_transfer_start_lookups(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
4033
xfr_transfer_move_to_next_lookup(struct auth_xfer* xfr, struct module_env* env)
usr.sbin/unbound/services/authzone.c
4051
xfr_probe_start_lookups(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
4064
xfr_probe_move_to_next_lookup(struct auth_xfer* xfr, struct module_env* env)
usr.sbin/unbound/services/authzone.c
4081
xfr_transfer_start_list(struct auth_xfer* xfr, struct auth_master* spec)
usr.sbin/unbound/services/authzone.c
4108
xfr_probe_start_list(struct auth_xfer* xfr, struct auth_master* spec)
usr.sbin/unbound/services/authzone.c
4134
xfr_transfer_current_master(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
4143
xfr_probe_current_master(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
4152
xfr_transfer_end_of_list(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
4160
xfr_probe_end_of_list(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
4167
xfr_transfer_nextmaster(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
4199
xfr_probe_nextmaster(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
4229
xfr_create_soa_probe_packet(struct auth_xfer* xfr, sldns_buffer* buf,
usr.sbin/unbound/services/authzone.c
4245
xfr_create_ixfr_packet(struct auth_xfer* xfr, sldns_buffer* buf, uint16_t id,
usr.sbin/unbound/services/authzone.c
4300
check_packet_ok(sldns_buffer* pkt, uint16_t qtype, struct auth_xfer* xfr,
usr.sbin/unbound/services/authzone.c
4590
http_zonefile_syntax_check(struct auth_xfer* xfr, sldns_buffer* buf)
usr.sbin/unbound/services/authzone.c
461
struct auth_xfer*
usr.sbin/unbound/services/authzone.c
465
struct auth_xfer key;
usr.sbin/unbound/services/authzone.c
4660
http_parse_add_rr(struct auth_xfer* xfr, struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
4696
chunk_rrlist_start(struct auth_xfer* xfr, struct auth_chunk** rr_chunk,
usr.sbin/unbound/services/authzone.c
471
return (struct auth_xfer*)rbtree_search(&az->xtree, &key);
usr.sbin/unbound/services/authzone.c
4867
apply_ixfr(struct auth_xfer* xfr, struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
5004
apply_axfr(struct auth_xfer* xfr, struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
5075
apply_http(struct auth_xfer* xfr, struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
5175
auth_zone_write_chunks(struct auth_xfer* xfr, const char* fname)
usr.sbin/unbound/services/authzone.c
5197
xfr_write_after_update(struct auth_xfer* xfr, struct module_env* env)
usr.sbin/unbound/services/authzone.c
5271
static int xfr_process_reacquire_locks(struct auth_xfer* xfr,
usr.sbin/unbound/services/authzone.c
5294
xfr_process_chunk_list(struct auth_xfer* xfr, struct module_env* env,
usr.sbin/unbound/services/authzone.c
5393
xfr_transfer_disown(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
5408
xfr_transfer_lookup_host(struct auth_xfer* xfr, struct module_env* env)
usr.sbin/unbound/services/authzone.c
545
static struct auth_xfer*
usr.sbin/unbound/services/authzone.c
5479
xfr_transfer_init_fetch(struct auth_xfer* xfr, struct module_env* env)
usr.sbin/unbound/services/authzone.c
548
struct auth_xfer* x;
usr.sbin/unbound/services/authzone.c
5590
xfr_transfer_nexttarget_or_end(struct auth_xfer* xfr, struct module_env* env)
usr.sbin/unbound/services/authzone.c
5699
struct auth_xfer* xfr = (struct auth_xfer*)arg;
usr.sbin/unbound/services/authzone.c
5767
check_xfer_packet(sldns_buffer* pkt, struct auth_xfer* xfr,
usr.sbin/unbound/services/authzone.c
6059
xfer_link_data(sldns_buffer* pkt, struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
6085
process_list_end_transfer(struct auth_xfer* xfr, struct module_env* env)
usr.sbin/unbound/services/authzone.c
6138
struct auth_xfer* xfr = (struct auth_xfer*)arg;
usr.sbin/unbound/services/authzone.c
6179
struct auth_xfer* xfr = (struct auth_xfer*)arg;
usr.sbin/unbound/services/authzone.c
6262
struct auth_xfer* xfr = (struct auth_xfer*)arg;
usr.sbin/unbound/services/authzone.c
6326
xfr_start_transfer(struct auth_xfer* xfr, struct module_env* env,
usr.sbin/unbound/services/authzone.c
6348
xfr_probe_disown(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
6363
xfr_probe_send_probe(struct auth_xfer* xfr, struct module_env* env,
usr.sbin/unbound/services/authzone.c
6476
struct auth_xfer* xfr = (struct auth_xfer*)arg;
usr.sbin/unbound/services/authzone.c
6512
struct auth_xfer* xfr = (struct auth_xfer*)arg;
usr.sbin/unbound/services/authzone.c
6601
xfr_probe_lookup_host(struct auth_xfer* xfr, struct module_env* env)
usr.sbin/unbound/services/authzone.c
6673
xfr_probe_send_or_end(struct auth_xfer* xfr, struct module_env* env)
usr.sbin/unbound/services/authzone.c
6762
struct auth_xfer* xfr = (struct auth_xfer*)arg;
usr.sbin/unbound/services/authzone.c
6824
xfr_nextprobe_disown(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
6840
struct auth_xfer* xfr = (struct auth_xfer*)arg;
usr.sbin/unbound/services/authzone.c
6882
xfr_start_probe(struct auth_xfer* xfr, struct module_env* env,
usr.sbin/unbound/services/authzone.c
6930
xfr_set_timeout(struct auth_xfer* xfr, struct module_env* env,
usr.sbin/unbound/services/authzone.c
7019
void auth_xfer_pickup_initial_zone(struct auth_xfer* x, struct module_env* env)
usr.sbin/unbound/services/authzone.c
7037
struct auth_xfer* x;
usr.sbin/unbound/services/authzone.c
7045
RBTREE_FOR(x, struct auth_xfer*, &az->xtree) {
usr.sbin/unbound/services/authzone.c
7055
struct auth_xfer* x;
usr.sbin/unbound/services/authzone.c
7057
RBTREE_FOR(x, struct auth_xfer*, &az->xtree) {
usr.sbin/unbound/services/authzone.c
7078
static struct auth_xfer*
usr.sbin/unbound/services/authzone.c
7081
struct auth_xfer* xfr;
usr.sbin/unbound/services/authzone.c
7082
xfr = (struct auth_xfer*)calloc(1, sizeof(*xfr));
usr.sbin/unbound/services/authzone.c
7150
struct auth_xfer*
usr.sbin/unbound/services/authzone.c
7153
struct auth_xfer* xfr;
usr.sbin/unbound/services/authzone.c
8687
auth_xfer_get_mem(struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
8730
struct auth_xfer* xfr;
usr.sbin/unbound/services/authzone.c
8731
RBTREE_FOR(xfr, struct auth_xfer*, &az->xtree) {
usr.sbin/unbound/services/authzone.c
8753
void xfr_disown_tasks(struct auth_xfer* xfr, struct worker* worker)
usr.sbin/unbound/services/authzone.h
580
struct auth_xfer* auth_xfer_find(struct auth_zones* az, uint8_t* nm,
usr.sbin/unbound/services/authzone.h
650
int xfr_find_soa(struct auth_zone* z, struct auth_xfer* xfr);
usr.sbin/unbound/services/authzone.h
667
struct auth_xfer* auth_xfer_create(struct auth_zones* az, struct auth_zone* z);
usr.sbin/unbound/services/authzone.h
804
void auth_xfer_pickup_initial_zone(struct auth_xfer* x,
usr.sbin/unbound/services/authzone.h
819
void auth_xfer_delete(struct auth_xfer* xfr);
usr.sbin/unbound/services/authzone.h
829
void xfr_disown_tasks(struct auth_xfer* xfr, struct worker* worker);