Lines Matching refs:F_REVERSE
163 if (!(crecp->flags & F_REVERSE)) in cache_hash()
165 while (*up && ((*up)->flags & F_REVERSE)) in cache_hash()
179 crecp->flags &= ~F_REVERSE; in cache_free()
309 crecp && ((crecp->flags & F_REVERSE) || !(crecp->flags & F_IMMORTAL)); in cache_scan_free()
321 (flags & crecp->flags & F_REVERSE) && in cache_scan_free()
364 int freed_all = flags & F_REVERSE; in cache_insert()
397 if (new->flags & (F_FORWARD | F_REVERSE)) in cache_insert()
534 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTAL)) == ins_flags) in cache_find_by_name()
546 ins_flags = crecp->flags & (F_REVERSE | F_IMMORTAL); in cache_find_by_name()
602 crecp && (crecp->flags & F_REVERSE); in cache_find_by_addr()
636 (ans->flags & F_REVERSE) && in cache_find_by_addr()
671 flags &= ~F_REVERSE; in add_hosts_entry()
680 flags &= ~F_REVERSE; in add_hosts_entry()
778 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV4; in read_hostsfile()
784 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV6; in read_hostsfile()
791 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV4; in read_hostsfile()
1039 unsigned short flags = F_DHCP | F_FORWARD | F_IPV4 | F_REVERSE; in cache_add_dhcp_entry()
1076 cache_scan_free(NULL, (struct all_addr *)host_address, 0, F_IPV4 | F_REVERSE); in cache_add_dhcp_entry()
1079 flags &= ~F_REVERSE; in cache_add_dhcp_entry()
1195 cache->flags & F_REVERSE ? "R" : " ", in dump_cache()
1255 if (flags & F_REVERSE) in log_query()