Home | History | Annotate | Download | only in src

Lines Matching full: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)
465 struct frec *forward;
886 static struct frec *allocate_frec(time_t now)
888 struct frec *f;
890 if ((f = (struct frec *)whine_malloc(sizeof(struct frec))))
941 static void free_frec(struct frec *f)
961 struct frec *get_new_frec(time_t now, int *wait)
963 struct frec *f, *oldest, *target;
1025 static struct frec *lookup_frec(unsigned short id, unsigned int crc)
1027 struct frec *f;
1037 static struct frec *lookup_frec_by_sender(unsigned short id,
1041 struct frec *f;
1056 struct frec *f;
1079 struct frec *f = lookup_frec(force_id, crc);