Searched refs:frec (Results 1 – 2 of 2) sorted by relevance
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()465 struct frec *forward; in reply_query()886 static struct frec *allocate_frec(time_t now) in allocate_frec()888 struct frec *f; in allocate_frec()890 if ((f = (struct frec *)whine_malloc(sizeof(struct frec)))) in allocate_frec()941 static void free_frec(struct frec *f) in free_frec()961 struct frec *get_new_frec(time_t now, int *wait) in get_new_frec()[all …]
380 struct frec { struct393 struct frec *next; argument651 struct frec *frec_list;774 struct frec *get_new_frec(time_t now, int *wait);