Searched refs:F_REVERSE (Results 1 – 4 of 4) sorted by relevance
/external/dnsmasq/src/ |
D | cache.c | 163 if (!(crecp->flags & F_REVERSE)) in cache_hash() 165 while (*up && ((*up)->flags & F_REVERSE)) in cache_hash() 179 crecp->flags &= ~F_REVERSE; in cache_free() 309 crecp && ((crecp->flags & F_REVERSE) || !(crecp->flags & F_IMMORTAL)); in cache_scan_free() 321 (flags & crecp->flags & F_REVERSE) && in cache_scan_free() 364 int freed_all = flags & F_REVERSE; in cache_insert() 397 if (new->flags & (F_FORWARD | F_REVERSE)) in cache_insert() 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() 602 crecp && (crecp->flags & F_REVERSE); in cache_find_by_addr() [all …]
|
D | rfc1035.c | 722 cache_insert(name, &addr, now, cttl, name_encoding | F_REVERSE); in extract_addresses() 740 cache_insert(NULL, &addr, now, ttl, name_encoding | F_REVERSE | F_NEG | flags); in extract_addresses() 1250 log_query(F_IPV4 | F_REVERSE | F_CONFIG, intr->name, &addr, NULL); in answer_request() 1313 log_query(F_CONFIG | F_REVERSE | F_IPV4 | F_NEG | F_NXDOMAIN, in answer_request() 1441 log_query(crecp->flags & ~F_REVERSE, name, &crecp->addr.addr, in answer_request()
|
D | dnsmasq.h | 281 #define F_REVERSE 4 macro
|
D | dhcp.c | 939 while (crec && !(crec->flags & F_REVERSE)) in dhcp_update_configs()
|