Searched refs:wtail (Results 1 – 1 of 1) sorted by relevance
144 char *wtail; in tftp_senderr() local154 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() local172 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 …]