Lines Matching refs:iodesc
74 ssize_t (*sproc)(struct iodesc *, void *, size_t),
109 struct iodesc *iodesc;
163 sendudp(h->iodesc, &wbuf.t, wtail - (char *) &wbuf.t);
180 sendudp(h->iodesc, &wbuf.t, wtail - (char *) &wbuf.t);
187 struct iodesc *d = h->iodesc;
319 /* h->iodesc->myport = htons(--tftpport); */
320 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff));
321 h->iodesc->destport = htons(IPPORT_TFTP);
322 h->iodesc->xid = 1; /* expected block */
374 h->iodesc->xid = h->currblock + 1; /* expected block */
390 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t);
400 struct iodesc *io;
423 tftpfile->iodesc = io = socktodesc(*(int *) (f->f_devdata));
589 ssize_t (*sproc)(struct iodesc *, void *, size_t),
594 struct iodesc *d = h->iodesc;