OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_REVERSE
(Results
1 - 4
of
4
) 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
...]
rfc1035.c
722
cache_insert(name, &addr, now, cttl, name_encoding |
F_REVERSE
);
740
cache_insert(NULL, &addr, now, ttl, name_encoding |
F_REVERSE
| F_NEG | flags);
1256
log_query(F_IPV4 |
F_REVERSE
| F_CONFIG, intr->name, &addr, NULL);
[
all
...]
dhcp.c
717
while (crec && !(crec->flags &
F_REVERSE
))
dnsmasq.h
275
#define
F_REVERSE
4
Completed in 89 milliseconds