Lines Matching refs:tftphdr
73 static int makerequest(int, char *, struct tftphdr *, char *);
74 static void tpacket(char *, struct tftphdr *, int);
116 struct tftphdr *ap; /* data and ack packets */
117 struct tftphdr *dp;
183 } while (n < offsetof(struct tftphdr, th_data));
194 if (n > offsetof(struct tftphdr, th_data))
196 offsetof(struct tftphdr, th_data),
243 struct tftphdr *ap;
244 struct tftphdr *dp;
310 } while (n < offsetof(struct tftphdr, th_data));
321 if (n > offsetof(struct tftphdr, th_data))
323 offsetof(struct tftphdr, th_data),
408 makerequest(int request, char *name, struct tftphdr *tp, char *mode)
587 struct tftphdr *oackp;
622 struct tftphdr *tp;
637 sizeof (ackbuf) - sizeof (struct tftphdr));
647 tpacket(char *s, struct tftphdr *tp, int n)