Lines Matching refs:frec
19 static struct frec *lookup_frec(unsigned short id, unsigned int crc);
20 static struct frec *lookup_frec_by_sender(unsigned short id,
24 static void free_frec(struct frec *f);
206 HEADER *header, size_t plen, time_t now, struct frec *forward) in forward_query()
477 struct frec *forward; in reply_query()
899 static struct frec *allocate_frec(time_t now) in allocate_frec()
901 struct frec *f; in allocate_frec()
903 if ((f = (struct frec *)whine_malloc(sizeof(struct frec)))) in allocate_frec()
954 static void free_frec(struct frec *f) in free_frec()
974 struct frec *get_new_frec(time_t now, int *wait) in get_new_frec()
976 struct frec *f, *oldest, *target; in get_new_frec()
1038 static struct frec *lookup_frec(unsigned short id, unsigned int crc) in lookup_frec()
1040 struct frec *f; in lookup_frec()
1050 static struct frec *lookup_frec_by_sender(unsigned short id, in lookup_frec_by_sender()
1054 struct frec *f; in lookup_frec_by_sender()
1069 struct frec *f; in server_gone()
1092 struct frec *f = lookup_frec(force_id, crc); in get_id()