Searched defs:wtail (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c148 char *wtail; local
158 wtail = wbuf.t.th_msg;
159 bcopy(msg, wtail, len);
160 wtail[len] = '\0';
161 wtail += len + 1;
163 sendudp(h->iodesc, &wbuf.t, wtail - (char *) &wbuf.t);
173 char *wtail; local
176 wtail = (char *) &wbuf.t.th_block;
178 wtail += 2;
180 sendudp(h->iodesc, &wbuf.t, wtail
276 char *wtail; local
363 char *wtail; local
[all...]

Completed in 45 milliseconds