Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dcache.c163 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 …]
Drfc1035.c722 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()
1253 log_query(F_IPV4 | F_REVERSE | F_CONFIG, intr->name, &addr, NULL); in answer_request()
1316 log_query(F_CONFIG | F_REVERSE | F_IPV4 | F_NEG | F_NXDOMAIN, in answer_request()
1444 log_query(crecp->flags & ~F_REVERSE, name, &crecp->addr.addr, in answer_request()
Ddnsmasq.h281 #define F_REVERSE 4 macro
Ddhcp.c944 while (crec && !(crec->flags & F_REVERSE)) in dhcp_update_configs()