Home
last modified time | relevance | path

Searched refs:ins_flags (Results 1 – 1 of 1) sorted by relevance

/external/dnsmasq/src/
Dcache.c418 int ins_flags = 0; in cache_find_by_name() local
439 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTAL)) == ins_flags) { in cache_find_by_name()
447 ins_flags = crecp->flags & (F_REVERSE | F_IMMORTAL); in cache_find_by_name()