Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/tests/
H A Dfunctional.c157 send_ack(uint16_t blocknum) in send_ack() function
473 send_ack(1);
509 send_ack(1);
532 send_ack(1);
555 send_ack(1);
561 send_ack(1);
563 send_ack(2);
585 send_ack(1);
586 send_ack(1); /* Dupe an ACK packet */
589 send_ack(2);
[all …]
/freebsd/libexec/tftpd/
H A Dtftp-transfer.c261 n_ack = send_ack(peer, *block); in tftp_receive()
324 send_ack(peer, oldblock); in tftp_receive()
375 goto send_ack; /* rexmit */ in tftp_receive()
404 send_ack: in tftp_receive()
406 n_ack = send_ack(peer, *block); in tftp_receive()
442 send_ack(peer, *block); /* resend final ack */ in tftp_receive()
H A Dtftp-io.h41 int send_ack(int peer, unsigned short);
H A Dtftp-io.c319 send_ack(int fp, uint16_t block) in send_ack() function
H A Dtftpd.c525 send_ack(peer, 0); in tftp_wrq()
/freebsd/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) in send_ack() function
/freebsd/usr.bin/tftp/
H A Dtftp.c251 n = send_ack(peer, 0); in recvfile()
/freebsd/tools/tools/net80211/w00t/assoc/
H A Dassoc.c252 send_ack(p->tx, wh->i_addr2); in ack()
324 int rc = send_ack(p->tx, wh->i_addr2); in generic_process()
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c763 void send_ack(int tx) { in send_ack() function
1608 send_ack(tx); in anal()
2680 send_ack(tx);
/freebsd/tools/tools/net80211/w00t/ap/
H A Dap.c648 send_ack(p->tx, wh->i_addr2); in ack()
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.h494 U8 send_ack; member
H A Dmpi3mr_cam.c2049 if (fw_event->send_ack) { in mpi3mr_fw_work()
H A Dmpi3mr.c4248 fw_event->send_ack = ack_req; in mpi3mr_process_events()