Searched refs:send_ack (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/libexec/tftpd/
H A Dtftp-io.h41 int send_ack(int peer, unsigned short);
H A Dtftp-transfer.c261 n_ack = send_ack(peer, *block);
324 send_ack(peer, oldblock);
375 goto send_ack; /* rexmit */
404 send_ack:
406 n_ack = send_ack(peer, *block);
442 send_ack(peer, *block); /* resend final ack */
H A Dtftp-io.c319 send_ack(int fp, uint16_t block) function
328 DROPPACKETn("send_ack", 0);
337 tftp_log(LOG_INFO, "send_ack: %s", strerror(errno));
H A Dtftpd.c522 send_ack(peer, 0);
/freebsd-current/libexec/tftpd/tests/
H A Dfunctional.c157 send_ack(uint16_t blocknum) function
471 send_ack(1);
507 send_ack(1);
530 send_ack(1);
553 send_ack(1);
559 send_ack(1);
561 send_ack(2);
583 send_ack(1);
584 send_ack(1); /* Dupe an ACK packet */
587 send_ack(
[all...]
/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h43 int send_ack(int fd, char *mac);
H A Dw00t.c226 int send_ack(int fd, char *mac) function
/freebsd-current/usr.bin/tftp/
H A Dtftp.c251 n = send_ack(peer, 0);
/freebsd-current/tools/tools/net80211/w00t/assoc/
H A Dassoc.c252 send_ack(p->tx, wh->i_addr2);
324 int rc = send_ack(p->tx, wh->i_addr2);
326 err(1, "send_ack()");
/freebsd-current/tools/tools/net80211/wesside/wesside/
H A Dwesside.c763 void send_ack(int tx) { function
1608 send_ack(tx);
2680 send_ack(tx);
/freebsd-current/tools/tools/net80211/w00t/ap/
H A Dap.c648 send_ack(p->tx, wh->i_addr2);
/freebsd-current/sys/dev/mpi3mr/
H A Dmpi3mr.h494 U8 send_ack; member in struct:mpi3mr_fw_event_work
H A Dmpi3mr_cam.c2049 if (fw_event->send_ack) {
H A Dmpi3mr.c4248 fw_event->send_ack = ack_req;

Completed in 276 milliseconds