Home | History | Annotate | Download | only in tftp

Lines Matching refs:tftphdr

80 static struct tftphdr *rw_init(int);
82 struct tftphdr *
88 struct tftphdr *
94 static struct tftphdr *
104 return (struct tftphdr *)(void *)bfs[0].buf;
113 struct tftphdr **dpp,
126 *dpp = (struct tftphdr *)(void *)b->buf; /* set caller's ptr */
144 struct tftphdr *dp;
151 dp = (struct tftphdr *)(void *)b->buf;
185 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert)
193 *dpp = (struct tftphdr *)(void *)bfs[current].buf;
212 struct tftphdr *dp;
220 dp = (struct tftphdr *)(void *)b->buf;