HomeSort by relevance Sort by last modified time
    Searched refs:ackbuf (Results 1 - 2 of 2) sorted by null

  /external/iputils/
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 */
  /external/curl/tests/server/
tftpd.c 195 static tftphdr_storage_t ackbuf; variable
1243 struct tftphdr * const sap = &ackbuf.hdr; /* ack buffer */
1277 n = sread(peer, &ackbuf.storage[0], sizeof(ackbuf.storage));
    [all...]

Completed in 289 milliseconds