Lines Matching refs:formats
138 struct formats {
141 void (*f_send)(struct formats *, int);
142 void (*f_recv)(struct formats *, int);
149 static void tftpd_sendfile(struct formats *, int);
150 static void tftpd_recvfile(struct formats *, int);
156 static struct formats formats[] = {
775 struct formats *pf;
796 for (pf = formats; pf->f_mode != NULL; pf++)
1011 tftpd_sendfile(struct formats *pf, int oacklen)
1185 tftpd_recvfile(struct formats *pf, int oacklen)