Home | History | Annotate | Download | only in server

Lines Matching full:ackbuf

195 static tftphdr_storage_t ackbuf;
1213 sap = &ackbuf.hdr;
1242 n = sread(peer, &ackbuf.storage[0], sizeof(ackbuf.storage));
1292 rap = &ackbuf.hdr;
1302 if (swrite(peer, &ackbuf.storage[0], 4) != 4) {
1349 (void) swrite(peer, &ackbuf.storage[0], 4);
1364 (void) swrite(peer, &ackbuf.storage[0], 4); /* resend final ack */