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)
477 struct frec *forward;
892 static struct frec *allocate_frec(time_t now)
894 struct frec *f;
896 if ((f = (struct frec *)whine_malloc(sizeof(struct frec))))
947 static void free_frec(struct frec *f)
967 struct frec *get_new_frec(time_t now, int *wait)
969 struct frec *f, *oldest, *target;
1031 static struct frec *lookup_frec(unsigned short id, unsigned int crc)
1033 struct frec *f;
1043 static struct frec *lookup_frec_by_sender(unsigned short id,
1047 struct frec *f;
1062 struct frec *f;
1085 struct frec *f = lookup_frec(force_id, crc);