Home | History | Annotate | Download | only in iputils

Lines Matching refs:tftphdr

78 struct tftphdr *rw_init(int);
80 struct tftphdr *w_init() { return rw_init(0); } /* write-behind */
81 struct tftphdr *r_init() { return rw_init(1); } /* read-ahead */
85 struct tftphdr *rw_init(int x)
93 return (struct tftphdr *)bfs[0].buf;
100 int readit(FILE * file, struct tftphdr **dpp, int convert)
113 *dpp = (struct tftphdr *)b->buf; /* set caller's ptr */
127 struct tftphdr *dp;
134 dp = (struct tftphdr *)b->buf;
167 int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert)
174 *dpp = (struct tftphdr *)bfs[current].buf;
192 struct tftphdr *dp;
200 dp = (struct tftphdr *)b->buf;