HomeSort by relevance Sort by last modified time
    Searched full:lookup_frec (Results 1 - 1 of 1) sorted by null

  /external/dnsmasq/src/
forward.c 19 static struct frec *lookup_frec(unsigned short id, unsigned int crc);
491 !(forward = lookup_frec(ntohs(header->id), questions_crc(header, n, daemon->namebuff))))
1025 static struct frec *lookup_frec(unsigned short id, unsigned int crc) function
1079 struct frec *f = lookup_frec(force_id, crc);
1086 while (lookup_frec(ret, crc));

Completed in 145 milliseconds