Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/tftpd/tests/
H A Dfunctional.c424 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);
539 send_ack(2);
571 send_ack(1);
593 send_ack(1);
[all …]
/freebsd-13.1/libexec/tftpd/
H A Dtftp-transfer.c265 n_ack = send_ack(peer, *block); in tftp_receive()
328 send_ack(peer, oldblock); in tftp_receive()
379 goto send_ack; /* rexmit */ in tftp_receive()
408 send_ack: in tftp_receive()
410 n_ack = send_ack(peer, *block); in tftp_receive()
446 send_ack(peer, *block); /* resend final ack */ in tftp_receive()
H A Dtftp-io.h44 int send_ack(int peer, unsigned short);
H A Dtftp-io.c325 send_ack(int fp, uint16_t block) in send_ack() function
H A Dtftpd.c547 send_ack(peer, 0); in tftp_wrq()
/freebsd-13.1/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) in send_ack() function
/freebsd-13.1/usr.bin/tftp/
H A Dtftp.c259 n = send_ack(peer, 0); in recvfile()
/freebsd-13.1/tools/tools/net80211/w00t/assoc/
H A Dassoc.c254 send_ack(p->tx, wh->i_addr2); in ack()
326 int rc = send_ack(p->tx, wh->i_addr2); in generic_process()
/freebsd-13.1/tools/tools/net80211/wesside/wesside/
H A Dwesside.c765 void send_ack(int tx) { in send_ack() function
1610 send_ack(tx); in anal()
2682 send_ack(tx);
/freebsd-13.1/tools/tools/net80211/w00t/ap/
H A Dap.c650 send_ack(p->tx, wh->i_addr2); in ack()