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

/freebsd-13-stable/libexec/tftpd/
H A Dtftp-io.h44 int send_ack(int peer, unsigned short);
H A Dtftp-transfer.c265 n_ack = send_ack(peer, *block);
328 send_ack(peer, oldblock);
379 goto send_ack; /* rexmit */
408 send_ack:
410 n_ack = send_ack(peer, *block);
446 send_ack(peer, *block); /* resend final ack */
H A Dtftp-io.c325 send_ack(int fp, uint16_t block) function
334 DROPPACKETn("send_ack", 0);
344 tftp_log(LOG_INFO, "send_ack: %s", strerror(errno));
H A Dtftpd.c547 send_ack(peer, 0);
/freebsd-13-stable/libexec/tftpd/tests/
H A Dfunctional.c158 send_ack(uint16_t blocknum) function
424 send_ack(1);
459 send_ack(1);
482 send_ack(1);
505 send_ack(1);
511 send_ack(1);
513 send_ack(2);
535 send_ack(1);
536 send_ack(1); /* Dupe an ACK packet */
539 send_ack(
[all...]
/freebsd-13-stable/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h45 int send_ack(int fd, char *mac);
H A Dw00t.c228 int send_ack(int fd, char *mac) function
/freebsd-13-stable/usr.bin/tftp/
H A Dtftp.c259 n = send_ack(peer, 0);
/freebsd-13-stable/tools/tools/net80211/w00t/assoc/
H A Dassoc.c254 send_ack(p->tx, wh->i_addr2);
326 int rc = send_ack(p->tx, wh->i_addr2);
328 err(1, "send_ack()");
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c765 void send_ack(int tx) { function
1610 send_ack(tx);
2682 send_ack(tx);
/freebsd-13-stable/tools/tools/net80211/w00t/ap/
H A Dap.c650 send_ack(p->tx, wh->i_addr2);

Completed in 81 milliseconds