Home | History | Annotate | Download | only in iputils

Lines Matching full:formats

100 struct formats;
102 void sendfile(struct formats *pf);
103 void recvfile(struct formats *pf);
205 struct formats {
208 void (*f_send)(struct formats*);
209 void (*f_recv)(struct formats*);
211 } formats[] = {
227 register struct formats *pf;
249 for (pf = formats; pf->f_mode; pf++)
349 void sendfile(struct formats *pf)
420 void recvfile(struct formats *pf)