Home | History | Annotate | Download | only in tftp

Lines Matching defs:ackbuf

72 char    ackbuf[PKTSIZE];
240 ap = (struct tftphdr *)(void *)ackbuf;
292 n = recvfrom(curf, ackbuf, sizeof(ackbuf), 0,
391 ap = (struct tftphdr *)(void *)ackbuf;
418 if (sendto(f, ackbuf, (socklen_t)size, 0,
521 (void) sendto(f, ackbuf, 4, 0, (struct sockaddr *)(void *)&peer,
611 tp = (struct tftphdr *)(void *)ackbuf;
613 msglen = sizeof(ackbuf) - (&tp->th_msg[0] - ackbuf);
625 msglen = &tp->th_msg[length + 1] - ackbuf;
628 if ((size_t)sendto(f, ackbuf, msglen, 0, peer, (socklen_t)peer->sa_len) != msglen)