Lines Matching refs:tftphdr
123 struct tftphdr hdr;
227 static struct tftphdr *rw_init(int);
229 static struct tftphdr *w_init(void);
231 static struct tftphdr *r_init(void);
239 static int do_tftp(struct testcase *test, struct tftphdr *tp, ssize_t size);
318 static struct tftphdr *rw_init(int x) in rw_init()
329 static struct tftphdr *w_init(void) in w_init()
334 static struct tftphdr *r_init(void) in r_init()
342 static int readit(struct testcase *test, struct tftphdr **dpp, in readit()
369 struct tftphdr *dp; in read_ahead()
422 static int writeit(struct testcase *test, struct tftphdr * volatile *dpp, in writeit()
448 struct tftphdr *dp; in write_behind()
554 struct tftphdr *tp; in main()
890 static int do_tftp(struct testcase *test, struct tftphdr *tp, ssize_t size) in do_tftp()
1171 struct tftphdr * volatile sdp = r_init(); /* data buffer */ in sendtftp()
1172 struct tftphdr * const sap = &ackbuf.hdr; /* ack buffer */ in sendtftp()
1179 size = readit(test, (struct tftphdr **)&sdp, pf->f_convert); in sendtftp()
1251 struct tftphdr * volatile rdp; /* data buffer */ in recvtftp()
1252 struct tftphdr *rap; /* ack buffer */ in recvtftp()
1356 struct tftphdr *tp; in nak()