Home | History | Annotate | Download | only in tftpd

Lines Matching refs:tftphdr

119 __dead static void	tftp(struct tftphdr *, int);
157 struct tftphdr *tp;
440 tp = (struct tftphdr *)buf;
448 blk_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize,
493 timeout_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize,
542 tsize_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize,
587 int (*o_handler)(struct tftphdr *, const char *, char *, size_t,
601 get_options(struct tftphdr *tp, char *cp, int size, char *ackb, size_t asize,
650 tftp(struct tftphdr *tp, int size)
739 struct tftphdr *oack_h;
750 oack_h = (struct tftphdr *) oackbuf;
951 struct tftphdr *dp;
952 struct tftphdr *ap; /* ack packet */
957 ap = (struct tftphdr *)ackbuf;
959 dp = (struct tftphdr *)oackbuf;
1054 struct tftphdr *dp;
1055 struct tftphdr *ap; /* ack buffer */
1061 ap = (struct tftphdr *)oackbuf;
1066 ap = (struct tftphdr *)ackbuf;
1079 ap = (struct tftphdr *) (etftp ? oackbuf : ackbuf);
1196 struct tftphdr *tp;
1200 tp = (struct tftphdr *)buf;