Home
last modified time | relevance | path

Searched refs:wtail (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c144 char *wtail; in tftp_senderr() local
154 wtail = wbuf.t.th_msg; in tftp_senderr()
155 bcopy(msg, wtail, len); in tftp_senderr()
156 wtail[len] = '\0'; in tftp_senderr()
157 wtail += len + 1; in tftp_senderr()
159 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_senderr()
169 char *wtail; in tftp_sendack() local
172 wtail = (char *)&wbuf.t.th_block; in tftp_sendack()
174 wtail += 2; in tftp_sendack()
176 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_sendack()
[all …]