Searched defs:F_REVERSE (Results 1 - 2 of 2) sorted by relevance

/external/dnsmasq/src/
H A Dcache.c156 /* 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_IMMORTA
1076 cache_scan_free(NULL, (struct all_addr *)host_address, 0, F_IPV4 | F_REVERSE); local
[all...]
H A Ddnsmasq.h281 #define F_REVERSE 4 macro

Completed in 42 milliseconds