/freebsd/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
|
/freebsd/contrib/tcpdump/ |
H A D | print-tftp.c | 41 #define ACK 04 /* acknowledgement */ macro 63 { ACK, "ACK" }, /* acknowledgement */ 163 case ACK: in tftp_print()
|
/freebsd/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
|
/freebsd/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:
|
H A D | netlink.py | 149 messages = [NlMsgProps(NlMsgType.NLMSG_DONE, NlMsgCategory.ACK)] 168 messages = [NlMsgProps(NlMsgType.NLMSG_ERROR, NlMsgCategory.ACK)]
|
/freebsd/share/doc/smm/12.timed/ |
H A D | spell.ok | 1 ACK
|
/freebsd/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
|
/freebsd/share/examples/ipfilter/rules/ |
H A D | example.6 | 3 # packet sent to establish a connection) out of the SYN-ACK pair.
|
/freebsd/include/arpa/ |
H A D | tftp.h | 48 #define ACK 04 /* acknowledgement */ macro
|
/freebsd/share/examples/pf/ |
H A D | faq-example2 | 12 # ACK queue. 23 # tcp_ack_out - TCP ACK packets with no data payload.
|
/freebsd/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
|
/freebsd/sys/dev/smc/ |
H A D | if_smc.c | 563 smc_write_1(sc, ACK, ALLOC_INT); in smc_start_locked() 903 smc_write_1(sc, ACK, TX_INT); in smc_task_intr() 910 smc_write_1(sc, ACK, RCV_INT); in smc_task_intr() 919 smc_write_1(sc, ACK, ALLOC_INT); in smc_task_intr() 928 smc_write_1(sc, ACK, RX_OVRN_INT); in smc_task_intr() 936 smc_write_1(sc, ACK, TX_EMPTY_INT); in smc_task_intr()
|
H A D | if_smcreg.h | 193 #define ACK 0xc /* write only */ macro
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_connect.pod | 40 corresponding ACK has been received yet from the peer. This can have performance 44 typical for many protocols) then this data could be buffered until an ACK has
|
/freebsd/sbin/pfctl/ |
H A D | pf.os | 35 # performance control (max. amount of data to be sent without ACK). 95 # - Selective ACK permitted - a flag set by systems that implement 96 # selective ACK functionality. 98 # - The sequence of TCP all options (MSS, window scaling, selective ACK 102 # header padding) and sackOK option (selective ACK feature). 143 # S - selective ACK OK 169 # at SYN+ACK - does it look similar? 172 # functionality, enable or disable timestamps or selective ACK, 246 # selective ACK: 552 # Another hardcore MSS, one of the ACK leakers hunted down.
|
/freebsd/libexec/tftpd/ |
H A D | tftp-io.c | 331 tp->th_opcode = htons((u_short)ACK); in send_ack() 420 pkt->th_opcode == ACK) in receive_packet()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | eap_testing.txt | 361 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE 367 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE 384 - sends tunneled EAP-Success with MPPE keys and expects to receive TLS ACK 389 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
|
/freebsd/share/examples/ipfilter/ |
H A D | examples.txt | 245 on packets which have the ACK bit set. The ACK bit is only set in packets 260 set. At all other times, an ACK or maybe even an URG/PUSH flag may be set. 270 If you wanted to block the replies to this (the SYN-ACK's), then you might 275 where SA represents the SYN-ACK flags both being set. 410 subsequent matching packet which doesn't have this flag set (ie a SYN-ACK)
|
/freebsd/usr.sbin/kbdcontrol/ |
H A D | lex.l | 85 ACK|ack { number = 6; return TNUM; }
|