Home | History | Annotate | Download | only in tftpd

Lines Matching defs:formats

115 struct formats;
123 static void recvfile(struct formats *, int, int);
124 static void sendfile(struct formats *, int, int);
129 static struct formats {
132 void (*f_send)(struct formats *, int, int);
133 void (*f_recv)(struct formats *, int, int);
135 } formats[] = {
652 struct formats *pf;
680 for (pf = formats; pf->f_mode; pf++)
948 sendfile(struct formats *pf, volatile int etftp, int acklength)
1051 recvfile(struct formats *pf, volatile int etftp, volatile int acklength)