Lines Matching defs:F_REVERSE
156 /* maintain an invariant that all entries with F_REVERSE set
163 if (!(crecp->flags & F_REVERSE))
165 while (*up && ((*up)->flags & F_REVERSE))
179 crecp->flags &= ~F_REVERSE;
262 If (flags & F_REVERSE) then remove any reverse entries for addr and any expired
309 crecp && ((crecp->flags & F_REVERSE) || !(crecp->flags & F_IMMORTAL));
321 (flags & crecp->flags & F_REVERSE) &&
364 int freed_all = flags & F_REVERSE;
397 if (new->flags & (F_FORWARD | F_REVERSE))
534 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTAL)) == ins_flags)
546 ins_flags = crecp->flags & (F_REVERSE | F_IMMORTAL);
602 crecp && (crecp->flags & F_REVERSE);
636 (ans->flags & F_REVERSE) &&
671 flags &= ~F_REVERSE;
680 flags &= ~F_REVERSE;
778 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV4;
784 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV6;
791 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV4;
1039 unsigned short flags = F_DHCP | F_FORWARD | F_IPV4 | F_REVERSE;
1076 cache_scan_free(NULL, (struct all_addr *)host_address, 0, F_IPV4 | F_REVERSE);
1079 flags &= ~F_REVERSE;
1195 cache->flags & F_REVERSE ? "R" : " ",
1255 if (flags & F_REVERSE)