Home
last modified time | relevance | path

Searched refs:ACK (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/tests/net/tcp/src/
Dmain.c297 if (ACK & flags) { in tester_prepare_tcp_pkt()
350 return tester_prepare_tcp_pkt(af, src_port, dst_port, SYN | ACK, in prepare_syn_ack_packet()
357 return tester_prepare_tcp_pkt(af, src_port, dst_port, RST | ACK, in prepare_rst_ack_packet()
364 return tester_prepare_tcp_pkt(af, src_port, dst_port, ACK, NULL, 0U); in prepare_ack_packet()
372 return tester_prepare_tcp_pkt(af, src_port, dst_port, PSH | ACK, data, in prepare_data_packet()
379 return tester_prepare_tcp_pkt(af, src_port, dst_port, FIN | ACK, in prepare_fin_ack_packet()
546 test_verify_flags(th, ACK); in handle_client_test()
552 test_verify_flags(th, PSH | ACK); in handle_client_test()
560 test_verify_flags(th, FIN | ACK); in handle_client_test()
567 test_verify_flags(th, ACK); in handle_client_test()
[all …]
/Zephyr-latest/subsys/net/lib/coap/
DKconfig56 int "base length of the random generated initial ACK timeout in ms"
63 bool "Randomize initial ACK timeout, as specified in RFC 7252"
66 If enabled, the initial ACK timeout will be randomized, as specified
69 COAP_INIT_ACK_TIMEOUT_MS option). Otherwise, the initial ACK timeout
73 int "Random factor for ACK timeout described as percentage"
77 Factor described as percentage to extend CoAP ACK timeout. A value
86 int "Retransmission backoff factor for ACK timeout described as percentage"
89 Factor described as percentage to extend CoAP ACK timeout for retransmissions.
/Zephyr-latest/subsys/net/ip/
Dtcp.c303 if (flags & ACK) { in tcp_flags()
352 if (th_flags(th) & ACK) { in tcp_th()
925 bool forget = ACK == fl || PSH == fl || (ACK | PSH) == fl || in tcp_send_process_no_lock()
1216 tcp_out(conn, ACK); in tcp_update_recv_wnd()
1365 if (ACK & flags) { in tcp_header_add()
1510 if (th_flags(th_pkt) & ACK) { in net_tcp_reply_rst()
1516 UNALIGNED_PUT(RST | ACK, &th_rst->th_flags); in net_tcp_reply_rst()
1596 if (flags & ACK) { in tcp_out_ext()
1769 ret = tcp_out_ext(conn, PSH | ACK, pkt, conn->seq + conn->unacked_len); in tcp_send_data()
1901 ret = tcp_out_ext(conn, FIN | ACK, NULL, in tcp_resend_data()
[all …]
Dtcp_private.h189 ACK = BIT(4), enumerator
/Zephyr-latest/drivers/ethernet/
Deth_smsc91x_priv.h120 #define ACK 0xc /* write only */ macro
Deth_smsc91x.c341 smsc_write_1(sc, ACK, 0); in smsc_enable()
611 smsc_write_1(sc, ACK, TX_INT); in smsc_isr_task()
618 smsc_write_1(sc, ACK, RCV_INT); in smsc_isr_task()
626 smsc_write_1(sc, ACK, TX_EMPTY_INT); in smsc_isr_task()
/Zephyr-latest/modules/hal_nordic/nrf_802154/
DCMakeLists.txt49 # ACK timeout
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst114 /* Return a CoAP response code as a shortcut for an empty ACK message */
128 the server respond with an empty ACK response.
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig308 bool "Software ACK timeout logic"
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst98 node is allowed to send active error frames, ACK, and overload frames.
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig39 API call will timeout if we have not received SYN-ACK from
/Zephyr-latest/doc/project/
Drelease_process.rst34 build and test run and give an ACK/NAK to the build
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst614 * IEEE 802.15.4: avoided ACK processing when not needed
1036 * :github:`24176` - Where can I read PDR (packet delivery ratio)? Or number of TX/ACK packets?
1126 * :github:`23595` - RF2XX driver Openthread ACK handling
Drelease-notes-1.7.rst392 * ``ZEP-1632`` - TCP ACK packet should not be forwarded to application recv cb.
Drelease-notes-3.7.rst1433 * Fixed a bug, where an empty ACK sent from the registered callback would not
1545 * Fixed ACK number verification during connection teardown.
1552 * Improved ACK reply logic in case no PSH flag is present to reduce redundant ACKs.
Drelease-notes-4.0.rst956 * Added support for runtime configuration of ACK random factor parameter.
1165 * Improved ACK reply logic when peer does not send PSH flag with data.
Drelease-notes-2.7.rst708 * Fixed a bug, where [FIN, PSH, ACK] was not handled properly in
1045 …39132` - subsys/net/ip/tcp2: Missing feature to decrease Receive Window size sent in the ACK messge
1885 * :github:`30209` - TCP2 : How to add MSS option on sending [SYN, ACK] to client?
Drelease-notes-2.2.rst580 * Update ACK handling in IEEE 802.154 nrf5 driver and OpenThread
Drelease-notes-2.0.rst356 * Added IEEE 802.15.4 API for ACK configuration.
Drelease-notes-2.4.rst962 * :github:`28283` - LWM2M: Invalid ACK when server is using message ID 0
Drelease-notes-2.5.rst603 * Randomized initial ACK timeout.
Drelease-notes-3.1.rst1929 …39132` - subsys/net/ip/tcp2: Missing feature to decrease Receive Window size sent in the ACK messge
Drelease-notes-1.14.rst1687 * :github:`12560` - Using TCP w/ wired NIC results in mismanagement of buffers due to ACK accountin…
/Zephyr-latest/doc/security/
Dvulnerabilities.rst739 Mismatch between validation and handling of 802154 ACK frames, where
740 ACK frames are considered during validation, but not during actual