Home | History | Annotate | Download | only in server

Lines Matching defs:dp

480   struct tftphdr *dp;
487 dp = &b->buf.hdr;
491 b->counter = read(fileno(file), dp->th_data, SEGSIZE); */
493 memcpy(dp->th_data, test->rptr, copy_n);
502 p = dp->th_data;
527 b->counter = (int)(p - dp->th_data);
559 struct tftphdr *dp;
577 dp = &b->buf.hdr;
579 writebuf = dp->th_data;