Searched refs:chase_to_rd (Results 1 – 8 of 8) sorted by relevance
/openbsd/sbin/unwind/libunbound/iterator/ |
H A D | iterator.h | 319 int chase_to_rd; member
|
H A D | iter_utils.h | 111 int* chase_to_rd, int open_target, struct sock_list* blacklist,
|
H A D | iter_utils.c | 592 int* chase_to_rd, int open_target, struct sock_list* blacklist, in iter_server_selection() argument 608 *chase_to_rd = 1; in iter_server_selection() 618 *chase_to_rd = 1; in iter_server_selection()
|
H A D | iterator.c | 2726 iq->chase_to_rd = 0; in processQueryTargets() 2897 &iq->dnssec_lame_query, &iq->chase_to_rd, in processQueryTargets() 3061 iq->chase_flags | (iq->chase_to_rd?BIT_RD:0), in processQueryTargets() 3066 ((iq->chase_to_rd||(iq->chase_flags&BIT_RD)!=0)&& in processQueryTargets() 3145 iq->chase_to_rd = 0; in processQueryResponse() 3153 (int)((iq->chase_flags&BIT_RD) || iq->chase_to_rd), in processQueryResponse() 3155 iq->chase_to_rd = 0; in processQueryResponse() 3725 (int)((iq->chase_flags&BIT_RD) || iq->chase_to_rd), in processPrimeResponse()
|
/openbsd/usr.sbin/unbound/iterator/ |
H A D | iterator.h | 319 int chase_to_rd; member
|
H A D | iter_utils.h | 111 int* chase_to_rd, int open_target, struct sock_list* blacklist,
|
H A D | iter_utils.c | 592 int* chase_to_rd, int open_target, struct sock_list* blacklist, in iter_server_selection() argument 608 *chase_to_rd = 1; in iter_server_selection() 618 *chase_to_rd = 1; in iter_server_selection()
|
H A D | iterator.c | 2726 iq->chase_to_rd = 0; in processQueryTargets() 2897 &iq->dnssec_lame_query, &iq->chase_to_rd, in processQueryTargets() 3061 iq->chase_flags | (iq->chase_to_rd?BIT_RD:0), in processQueryTargets() 3066 ((iq->chase_to_rd||(iq->chase_flags&BIT_RD)!=0)&& in processQueryTargets() 3145 iq->chase_to_rd = 0; in processQueryResponse() 3153 (int)((iq->chase_flags&BIT_RD) || iq->chase_to_rd), in processQueryResponse() 3155 iq->chase_to_rd = 0; in processQueryResponse() 3725 (int)((iq->chase_flags&BIT_RD) || iq->chase_to_rd), in processPrimeResponse()
|