Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dcache.c126 if (!(crecp->flags & F_REVERSE)) { in cache_hash()
127 while (*up && ((*up)->flags & F_REVERSE)) up = &((*up)->hash_next); in cache_hash()
138 crecp->flags &= ~F_REVERSE; in cache_free()
249 crecp && ((crecp->flags & F_REVERSE) || !(crecp->flags & F_IMMORTAL)); in cache_scan_free()
258 (flags & crecp->flags & F_REVERSE) && in cache_scan_free()
296 int freed_all = flags & F_REVERSE; in cache_insert()
327 if (new->flags&(F_FORWARD | F_REVERSE)) { in cache_insert()
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()
494 for (crecp = hash_table[i], up = &hash_table[i]; crecp && (crecp->flags & F_REVERSE); in cache_find_by_addr()
[all …]
Drfc1035.c586 cache_insert(name, &addr, now, cttl, name_encoding | F_REVERSE); in extract_addresses()
601 cache_insert(NULL, &addr, now, ttl, name_encoding | F_REVERSE | F_NEG | flags); in extract_addresses()
1041 log_query(F_IPV4 | F_REVERSE | F_CONFIG, intr->name, &addr, NULL); in answer_request()
1088 log_query(F_CONFIG | F_REVERSE | F_IPV4 | F_NEG | F_NXDOMAIN, name, &addr, in answer_request()
1197 log_query(crecp->flags & ~F_REVERSE, name, &crecp->addr.addr, in answer_request()
Ddnsmasq.h276 #define F_REVERSE 4 macro
Ddhcp.c618 while (crec && !(crec->flags & F_REVERSE)) in dhcp_update_configs()