Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dforward.c19 static struct frec *lookup_frec(unsigned short id, unsigned int crc);
503 !(forward = lookup_frec(ntohs(header->id), questions_crc(header, n, daemon->namebuff)))) in reply_query()
1038 static struct frec *lookup_frec(unsigned short id, unsigned int crc) in lookup_frec() function
1092 struct frec *f = lookup_frec(force_id, crc); in get_id()
1099 while (lookup_frec(ret, crc)); in get_id()