Lines Matching refs:ackbuf
90 static tftpbuf ackbuf; variable
130 ap = &ackbuf.tb_hdr; in tftp_sendfile()
176 n = recvfrom(f, ackbuf.tb_data, in tftp_sendfile()
177 sizeof (ackbuf.tb_data), 0, in tftp_sendfile()
202 errcode = process_oack(&ackbuf, n); in tftp_sendfile()
257 ap = &ackbuf.tb_hdr; in tftp_recvfile()
289 if (sendto(f, ackbuf.tb_data, size, 0, (struct sockaddr *)&sin6, in tftp_recvfile()
394 if (sendto(f, ackbuf.tb_data, 4, 0, in tftp_recvfile()
626 tp = &ackbuf.tb_hdr; in nak()
637 sizeof (ackbuf) - sizeof (struct tftphdr)); in nak()
641 if (sendto(f, ackbuf.tb_data, length, 0, in nak()