Home
last modified time | relevance | path

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

/external/iputils/
Dtftpd.c85 char ackbuf[PKTSIZE]; variable
359 ap = (struct tftphdr *)ackbuf; in sendfile()
380 n = recv(peer, ackbuf, sizeof (ackbuf), 0); in sendfile()
429 ap = (struct tftphdr *)ackbuf; in recvfile()
437 if (send(peer, ackbuf, 4, confirmed) != 4) { in recvfile()
479 (void) send(peer, ackbuf, 4, confirmed); in recvfile()
488 (void) send(peer, ackbuf, 4, 0); /* resend final ack */ in recvfile()