Home
last modified time | relevance | path

Searched defs:crecp (Results 1 – 2 of 2) sorted by relevance

/external/dnsmasq/src/
Dcache.c75 struct crec *crecp; in cache_init() local
154 static void cache_hash(struct crec *crecp) in cache_hash()
176 static void cache_free(struct crec *crecp) in cache_free()
200 static void cache_link(struct crec *crecp) in cache_link()
212 static void cache_unlink (struct crec *crecp) in cache_unlink()
225 char *cache_get_name(struct crec *crecp) in cache_get_name()
235 static int is_outdated_cname_pointer(struct crec *crecp) in is_outdated_cname_pointer()
246 static int is_expired(time_t now, struct crec *crecp) in is_expired()
272 struct crec *crecp, **up; in cache_scan_free() local
495 struct crec *cache_find_by_name(struct crec *crecp, char *name, time_t now, unsigned short prot) in cache_find_by_name()
[all …]
Drfc1035.c945 struct crec *crecp; in check_for_local_domain() local
1117 static unsigned long crec_ttl(struct crec *crecp, time_t now) in crec_ttl()
1142 struct crec *crecp; in answer_request() local