Searched refs:ackbuf (Results 1 - 1 of 1) sorted by relevance
/external/iputils/ |
H A D | tftpd.c | 85 char ackbuf[PKTSIZE]; variable 359 ap = (struct tftphdr *)ackbuf; 380 n = recv(peer, ackbuf, sizeof (ackbuf), 0); 429 ap = (struct tftphdr *)ackbuf; 437 if (send(peer, ackbuf, 4, confirmed) != 4) { 479 (void) send(peer, ackbuf, 4, confirmed); 488 (void) send(peer, ackbuf, 4, 0); /* resend final ack */
|
Completed in 112 milliseconds