Home | History | Annotate | Download | only in tftp

Lines Matching refs:tftphdr

77 static int makerequest(int, const char *, struct tftphdr *, const char *, off_t);
82 static void tpacket(const char *, struct tftphdr *, int);
85 static void get_options(struct tftphdr *, int);
90 get_options(struct tftphdr *ap, int size)
224 struct tftphdr *ap; /* data and ack packets */
225 struct tftphdr *dp;
240 ap = (struct tftphdr *)(void *)ackbuf;
374 struct tftphdr *ap;
375 struct tftphdr *dp;
391 ap = (struct tftphdr *)(void *)ackbuf;
537 makerequest(int request, const char *name, struct tftphdr *tp, const char *mode,
607 struct tftphdr *tp;
611 tp = (struct tftphdr *)(void *)ackbuf;
633 tpacket(const char *s, struct tftphdr *tp, int n)