| /src/contrib/netbsd-tests/ipf/input/ |
| H A D | ni5 | 7 # 21,32818 SYN+ACK 13 # 32818,21 ACK 19 # ACK+PUSH "[220-coombs.anu.edu.au NcFTPd Server (free educational license) ready.\r\n" 29 # 32818,21 ACK 35 # 21,32818 ACK+PUSH 54 # 32818,21 ACK 60 # 32818,21 ACK+PUSH "USER anonymous\r\n" 67 # 21,32818 ACK 73 # 21,32818 ACK+PUSH "331 Guest login ok, send your complete e-mail address as password.\r\n" 83 # 32818,21 ACK [all …]
|
| H A D | ni20 | 47 # 192.168.113.4.1023 > 192.168.113.3.1008 ACK 54 # 192.168.113.3.1009 > 10.1.1.4.shell PUSH+ACK 60 # 192.168.113.4.shell > 192.168.113.3.1009 ACK 66 # 192.168.113.3.1009 > 10.1.1.4.shell PUSH+ACK 75 # 192.168.113.4.shell > 192.168.113.3.1009 ACK 81 # 192.168.113.4.shell > 192.168.113.3.1009 PUSH+ACK 87 # 192.168.113.3.1009 > 10.1.1.4.shell ACK 93 # 192.168.113.4.shell > 192.168.113.3.1009 PUSH+ACK 99 # 192.168.113.4.1023 > 192.168.113.3.1008 PUSH+ACK 106 # 192.168.113.4.shell > 192.168.113.3.1009 FIN+ACK [all …]
|
| H A D | f13 | 7 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP MF ACK 12 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP FO=2 ACK 76 # 2.1.1.1,25 -> 1.1.1.1,1014 TTL=63 TCP DF SYN-ACK 81 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF ACK (OOW) 86 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF ACK (out-of-order) 91 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF ACK
|
| H A D | f17 | 8 # TCP 2.2.2.2,27 -> 1.1.1.1,54076 ACK 22 # TCP 2.2.2.2,27 -> 1.1.1.1,54076 SYN-ACK 28 # TCP 1.1.1.1,54076 -> 2.2.2.2,27 ACK 34 # TCP 2.2.2.2,27 -> 1.1.1.1,54076 ACK+data
|
| H A D | f12 | 6 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF ACK 11 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF MF FO=0 ACK 21 # 1.1.1.1 -> 2.1.1.1 TTL=63 TCP DF FO=1 ACK
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-ackm.md | 1 QUIC ACK Manager 4  6 The QUIC ACK manager is responsible for, on the TX side: 8 - Handling received ACK frames 17 - Generating ACK frames for later transmission in response to packets we 22 In order to allow it to perform these tasks, the ACK manager must: 27 - be notified of all received ACK frames 31 The ACK manager consumes: 37 The ACK manager provides the following outputs: 44 - It indicates what ACK frames should be generated. [all …]
|
| H A D | quic-overview.md | 64 Record Layer and ACK frames from the ACK Handling And Loss Detector 111 The module is called by the TX Packetizer and the ACK Handling And 114 ACK Handling And Loss Detector 117 A module that tracks packets sent to the peer and received ACK frames. 118 It detects lost packets (after an ACK is not received in time). It informs 119 TX packetizer that it can drop frames waiting to be ACKed when ACK is received. 123 The module also handles the receiving side - it schedules when ACK frames should
|
| H A D | quic-statm.md | 49 - `ack_delay`. This is the ACK Delay value; see RFC 9000. 55 The maximum ACK delay configured using `ossl_statm_set_max_ack_delay` is not 58 to retrieve the value and enforce the maximum ACK delay if appropriate. 69 Sets the maximum ACK delay field reported by `OSSL_RTT_INFO`.
|
| H A D | tx-packetiser.md | 6 Record Layer and ACK frames from the ACK Handling And Loss Detector 20 /* ACK delay exponent used when encoding. */ 148 ### TXPIM, FIFD, ACK Handling and Loss Detector 150 ACK handling and loss detection is provided by the ACKM and FIFD. The FIFD uses 157 the ACK Manager. 320 marking for the packet to qualify for it. For example, a packet with an ACK 352 ACK - (non-ACK-eliciting) 354 CONNECTION_CLOSE *** (non-ACK-eliciting) 374 PADDING - (non-ACK-eliciting) 386 ACK-eliciting if it would not otherwise be ACK-eliciting. Therefore we only [all …]
|
| H A D | quic-fifm.md | 6 designated as lost by the ACK manager. The ACK manager works on the level of 38 ACK - (non-ACK-eliciting) 39 CONNECTION_CLOSE special (non-ACK-eliciting) 48 PADDING - (non-ACK-eliciting) 86 - The ability to determine, when the ACK Manager determines that a packet has 300 In order to avoid unnecessary allocations, the FIFM also incorporates the ACK 305 the ACK Manager data, and submit it via the FIFD which we introduce below. 410 the ACK Manager. 414 the ACK Manager as a transmitted packet and provides its own callback 415 implementations to the ACK Manager for the packet. Note that the [all …]
|
| H A D | rx-depacketizer.md | 33 1. [Collect information for the ACK Manager](#collect-information-for-the-ack-manager) 41 - [ACK manager] 75 ### Collect information for the [ACK manager] 85 - The ACK eliciting flag. This is calculated by looping through all 86 frames and noting those that are ACK eliciting, as determined from 99 | Type | Name | Passed to | ACK eliciting | I | H |… 103 | 0x02 | [ack 0x02] | [ACK manager] [^1] | | ✔ | ✔ |… 104 | 0x03 | [ack 0x03] | [ACK manager] [^1] | | ✔ | ✔ |… 172 [ACK manager]: https://github.com/openssl/openssl/pull/18564
|
| H A D | congestion-control.md | 46 9002 pseudocode would require a congestion controller to access the ACK 49 RFC 9002 considers part of the congestion controller being part of the ACK
|
| /src/contrib/tcpdump/ |
| H A D | print-tftp.c | 41 #define ACK 04 /* acknowledgement */ macro 63 { ACK, "ACK" }, /* acknowledgement */ 163 case ACK: in tftp_print()
|
| /src/sys/dev/pcf/ |
| H A D | pcf.c | 93 pcf_set_S1(sc, PIN|ESO|ENI|STO|ACK); in pcf_stop_locked() 128 pcf_set_S1(sc, ESO|STA|STO|ACK); in pcf_repeated_start() 179 pcf_set_S1(sc, PIN|ESO|STA|ACK); in pcf_start() 320 pcf_set_S1(sc, PIN|ESO|ENI|ACK); in pcf_intr() 369 pcf_set_S1(sc, PIN|ESO|ENI|ACK); in pcf_rst_card()
|
| H A D | pcfvar.h | 48 #define ACK 0x01 macro
|
| /src/sys/riscv/sifive/ |
| H A D | fu740_pci_dw.c | 121 ack = FUDW_MGMT_READ(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, ACK)); in fupci_phy_read() 137 ack = FUDW_MGMT_READ(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, ACK)); in fupci_phy_read() 163 ack = FUDW_MGMT_READ(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, ACK)); in fupci_phy_write() 178 ack = FUDW_MGMT_READ(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, ACK)); in fupci_phy_write()
|
| /src/tests/atf_python/sys/netlink/ |
| H A D | message.py | 27 ACK = 4 variable in NlMsgCategory 89 return NlMsgCategory.ACK 104 elif category == NlMsgCategory.ACK:
|
| /src/share/doc/smm/12.timed/ |
| H A D | spell.ok | 1 ACK
|
| /src/contrib/ntp/include/ |
| H A D | ascii.h | 47 #define ACK 6 macro
|
| H A D | icom.h | 47 #define ACK 0xfb /* controller normal reply */ macro
|
| /src/share/examples/ipfilter/rules/ |
| H A D | example.6 | 3 # packet sent to establish a connection) out of the SYN-ACK pair.
|
| /src/include/arpa/ |
| H A D | tftp.h | 48 #define ACK 04 /* acknowledgement */ macro
|
| /src/share/examples/pf/ |
| H A D | faq-example2 | 12 # ACK queue. 23 # tcp_ack_out - TCP ACK packets with no data payload.
|
| /src/sys/contrib/device-tree/Bindings/misc/ |
| H A D | olpc,xo1.75-ec.txt | 9 strobing the ACK pin with the ready signal. See the "ready-gpios" property of the
|
| /src/sys/dev/smc/ |
| H A D | if_smc.c | 560 smc_write_1(sc, ACK, ALLOC_INT); in smc_start_locked() 900 smc_write_1(sc, ACK, TX_INT); in smc_task_intr() 907 smc_write_1(sc, ACK, RCV_INT); in smc_task_intr() 916 smc_write_1(sc, ACK, ALLOC_INT); in smc_task_intr() 925 smc_write_1(sc, ACK, RX_OVRN_INT); in smc_task_intr() 933 smc_write_1(sc, ACK, TX_EMPTY_INT); in smc_task_intr()
|