Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dcache.c506 int ins_flags = 0; in cache_find_by_name() local
534 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTAL)) == ins_flags) in cache_find_by_name()
546 ins_flags = crecp->flags & (F_REVERSE | F_IMMORTAL); in cache_find_by_name()