OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F_REVERSE
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/src/
cache.c
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
[
all
...]
dnsmasq.h
281
#define
F_REVERSE
4
Completed in 734 milliseconds