Searched refs:wtail (Results 1 – 4 of 4) sorted by relevance
148 char *wtail; in tftp_senderr() local158 wtail = wbuf.t.th_msg; in tftp_senderr()159 bcopy(msg, wtail, len); in tftp_senderr()160 wtail[len] = '\0'; in tftp_senderr()161 wtail += len + 1; in tftp_senderr()163 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_senderr()173 char *wtail; in tftp_sendack() local176 wtail = (char *)&wbuf.t.th_block; in tftp_sendack()178 wtail += 2; in tftp_sendack()180 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_sendack()[all …]
223 pn->whead = pn->wtail = w; in walloc()225 pn->wtail->next = w; in walloc()226 pn->wtail = w; in walloc()
49 struct where *whead, *wtail; /* list of where user is or has been */ member
40 function wtail() { function