Home
last modified time | relevance | path

Searched refs:TH_ACK (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/dports/net-mgmt/argus3/argus-3.0.8.2/include/netinet/
H A Dtcp_fsm.h51 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
52 TH_ACK, TH_ACK,
53 TH_FIN|TH_ACK, TH_FIN|TH_ACK, TH_FIN|TH_ACK, TH_ACK, TH_ACK,
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dtcp_fsm.h72 TH_RST|TH_ACK, /* CLOSED */
75 TH_SYN|TH_ACK, /* SYN_RCVD */
76 TH_ACK, /* ESTABLISHED */
77 TH_ACK, /* CLOSE_WAIT */
78 TH_FIN|TH_ACK, /* FIN_WAIT_1 */
79 TH_FIN|TH_ACK, /* CLOSING */
80 TH_FIN|TH_ACK, /* LAST_ACK */
81 TH_ACK, /* FIN_WAIT_2 */
82 TH_ACK, /* TIME_WAIT */
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dtcp_fsm.h88 TH_RST|TH_ACK, /* 0, CLOSED */
91 TH_SYN|TH_ACK, /* 3, SYN_RECEIVED */
92 TH_ACK, /* 4, ESTABLISHED */
93 TH_ACK, /* 5, CLOSE_WAIT */
94 TH_FIN|TH_ACK, /* 6, FIN_WAIT_1 */
95 TH_FIN|TH_ACK, /* 7, CLOSING */
96 TH_FIN|TH_ACK, /* 8, LAST_ACK */
97 TH_ACK, /* 9, FIN_WAIT_2 */
98 TH_ACK, /* 10, TIME_WAIT */
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dtcp_fsm.h88 TH_RST|TH_ACK, /* 0, CLOSED */
91 TH_SYN|TH_ACK, /* 3, SYN_RECEIVED */
92 TH_ACK, /* 4, ESTABLISHED */
93 TH_ACK, /* 5, CLOSE_WAIT */
94 TH_FIN|TH_ACK, /* 6, FIN_WAIT_1 */
95 TH_FIN|TH_ACK, /* 7, CLOSING */
96 TH_FIN|TH_ACK, /* 8, LAST_ACK */
97 TH_ACK, /* 9, FIN_WAIT_2 */
98 TH_ACK, /* 10, TIME_WAIT */
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/netinet/
H A Dtcp_fsm.h88 TH_RST|TH_ACK, /* 0, CLOSED */
91 TH_SYN|TH_ACK, /* 3, SYN_RECEIVED */
92 TH_ACK, /* 4, ESTABLISHED */
93 TH_ACK, /* 5, CLOSE_WAIT */
94 TH_FIN|TH_ACK, /* 6, FIN_WAIT_1 */
95 TH_FIN|TH_ACK, /* 7, CLOSING */
96 TH_FIN|TH_ACK, /* 8, LAST_ACK */
97 TH_ACK, /* 9, FIN_WAIT_2 */
98 TH_ACK, /* 10, TIME_WAIT */
/dports/emulators/qemu42/qemu-4.2.1/net/
H A Dfilter-rewriter.c87 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN)) && in handle_primary_tcp_pkt()
92 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_primary_tcp_pkt()
100 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK)) { in handle_primary_tcp_pkt()
192 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN))) { in handle_secondary_tcp_pkt()
203 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_secondary_tcp_pkt()
207 if ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK) { in handle_secondary_tcp_pkt()
222 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == (TH_ACK | TH_FIN)) { in handle_secondary_tcp_pkt()
240 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == TH_FIN) { in handle_secondary_tcp_pkt()
/dports/emulators/qemu/qemu-6.2.0/net/
H A Dfilter-rewriter.c89 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN)) && in handle_primary_tcp_pkt()
94 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_primary_tcp_pkt()
102 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK)) { in handle_primary_tcp_pkt()
197 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN))) { in handle_secondary_tcp_pkt()
208 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_secondary_tcp_pkt()
212 if ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK) { in handle_secondary_tcp_pkt()
227 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == (TH_ACK | TH_FIN)) { in handle_secondary_tcp_pkt()
245 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == TH_FIN) { in handle_secondary_tcp_pkt()
/dports/emulators/qemu60/qemu-6.0.0/net/
H A Dfilter-rewriter.c89 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN)) && in handle_primary_tcp_pkt()
94 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_primary_tcp_pkt()
102 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK)) { in handle_primary_tcp_pkt()
197 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN))) { in handle_secondary_tcp_pkt()
208 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_secondary_tcp_pkt()
212 if ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK) { in handle_secondary_tcp_pkt()
227 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == (TH_ACK | TH_FIN)) { in handle_secondary_tcp_pkt()
245 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == TH_FIN) { in handle_secondary_tcp_pkt()
/dports/emulators/qemu5/qemu-5.2.0/net/
H A Dfilter-rewriter.c89 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN)) && in handle_primary_tcp_pkt()
94 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_primary_tcp_pkt()
102 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK)) { in handle_primary_tcp_pkt()
197 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN))) { in handle_secondary_tcp_pkt()
208 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_secondary_tcp_pkt()
212 if ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK) { in handle_secondary_tcp_pkt()
227 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == (TH_ACK | TH_FIN)) { in handle_secondary_tcp_pkt()
245 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == TH_FIN) { in handle_secondary_tcp_pkt()
/dports/emulators/qemu-utils/qemu-4.2.1/net/
H A Dfilter-rewriter.c87 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN)) && in handle_primary_tcp_pkt()
92 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_primary_tcp_pkt()
100 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK)) { in handle_primary_tcp_pkt()
192 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN))) { in handle_secondary_tcp_pkt()
203 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_secondary_tcp_pkt()
207 if ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK) { in handle_secondary_tcp_pkt()
222 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == (TH_ACK | TH_FIN)) { in handle_secondary_tcp_pkt()
240 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == TH_FIN) { in handle_secondary_tcp_pkt()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/net/
H A Dfilter-rewriter.c87 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN)) && in handle_primary_tcp_pkt()
92 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_primary_tcp_pkt()
100 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK)) { in handle_primary_tcp_pkt()
192 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN))) { in handle_secondary_tcp_pkt()
203 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_secondary_tcp_pkt()
207 if ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK) { in handle_secondary_tcp_pkt()
222 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == (TH_ACK | TH_FIN)) { in handle_secondary_tcp_pkt()
240 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == TH_FIN) { in handle_secondary_tcp_pkt()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/net/
H A Dfilter-rewriter.c89 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN)) && in handle_primary_tcp_pkt()
94 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_primary_tcp_pkt()
102 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK)) { in handle_primary_tcp_pkt()
197 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN))) { in handle_secondary_tcp_pkt()
208 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_secondary_tcp_pkt()
212 if ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK) { in handle_secondary_tcp_pkt()
227 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == (TH_ACK | TH_FIN)) { in handle_secondary_tcp_pkt()
245 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == TH_FIN) { in handle_secondary_tcp_pkt()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/net/
H A Dfilter-rewriter.c87 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN)) && in handle_primary_tcp_pkt()
92 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_primary_tcp_pkt()
100 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK)) { in handle_primary_tcp_pkt()
192 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN))) { in handle_secondary_tcp_pkt()
203 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_secondary_tcp_pkt()
207 if ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK) { in handle_secondary_tcp_pkt()
222 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == (TH_ACK | TH_FIN)) { in handle_secondary_tcp_pkt()
240 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == TH_FIN) { in handle_secondary_tcp_pkt()
/dports/net/file2pcap/file2pcap-1.29/
H A Dhttp2.c98 …craftTcp(http2Magic, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, … in http2ClientMagic()
113 craftTcp(NULL,0, ho->direction == FROM_SERVER ? TO_SERVER : FROM_SERVER, TH_ACK, ho); in http2ClientMagic()
161 …craftTcp(http2Settings, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUS… in http2ClientSettings()
176 craftTcp(NULL,0, ho->direction == FROM_SERVER ? TO_SERVER : FROM_SERVER, TH_ACK, ho); in http2ClientSettings()
248 craftTcp(request, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, ho); in http2ClientGetRequest()
263 craftTcp(NULL,0, ho->direction == FROM_SERVER ? TO_SERVER : FROM_SERVER, TH_ACK, ho); in http2ClientGetRequest()
352 craftTcp(request, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, ho); in http2MagicGetRequest()
431 craftTcp(NULL,0, ho->direction == FROM_SERVER ? TO_SERVER : FROM_SERVER, TH_ACK, ho); in http2SettingsAck()
480 …craftTcp(settings, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, ho… in http2Settings()
562 craftTcp(request, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, ho); in http2Headers()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/protocols/
H A Dtcp.h36 #define TH_ACK 0x10 macro
42 #define TH_NORESERVED (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG)
125 { return (th_flags & (TH_SYN | TH_ACK)) == TH_SYN; } in is_syn_only()
128 { return are_flags_set(TH_SYN | TH_ACK); } in is_syn_ack()
131 { return ((th_flags & TH_ACK) != 0); } in is_ack()
/dports/emulators/bochs/bochs-2.7/iodev/network/slirp/
H A Dtcp_output.cc49 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
50 TH_ACK, TH_ACK, TH_FIN|TH_ACK, TH_FIN|TH_ACK,
51 TH_FIN|TH_ACK, TH_ACK, TH_ACK,
/dports/net/vde2/vde2-2.3.2/src/slirpvde/
H A Dtcp_output.c44 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
45 TH_ACK, TH_ACK, TH_FIN|TH_ACK, TH_FIN|TH_ACK,
46 TH_FIN|TH_ACK, TH_ACK, TH_ACK,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/net/
H A Dfilter-rewriter.c77 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_primary_tcp_pkt()
85 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK)) { in handle_primary_tcp_pkt()
124 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN))) { in handle_secondary_tcp_pkt()
133 if ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK) { in handle_secondary_tcp_pkt()
/dports/emulators/qemu60/qemu-6.0.0/slirp/src/
H A Dtcp_output.c42 TH_RST | TH_ACK, 0, TH_SYN, TH_SYN | TH_ACK,
43 TH_ACK, TH_ACK, TH_FIN | TH_ACK, TH_FIN | TH_ACK,
44 TH_FIN | TH_ACK, TH_ACK, TH_ACK,
/dports/net/libslirp/libslirp-cceced0cce9d578ed01db68edf31af78eb66f858/src/
H A Dtcp_output.c42 TH_RST | TH_ACK, 0, TH_SYN, TH_SYN | TH_ACK,
43 TH_ACK, TH_ACK, TH_FIN | TH_ACK, TH_FIN | TH_ACK,
44 TH_FIN | TH_ACK, TH_ACK, TH_ACK,
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/slirp/
H A Dtcp_output.c55 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
56 TH_ACK, TH_ACK, TH_FIN|TH_ACK, TH_FIN|TH_ACK,
57 TH_FIN|TH_ACK, TH_ACK, TH_ACK,
/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Dtcp_output.c42 TH_RST | TH_ACK, 0, TH_SYN, TH_SYN | TH_ACK,
43 TH_ACK, TH_ACK, TH_FIN | TH_ACK, TH_FIN | TH_ACK,
44 TH_FIN | TH_ACK, TH_ACK, TH_ACK,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Dtcp_output.c42 TH_RST | TH_ACK, 0, TH_SYN, TH_SYN | TH_ACK,
43 TH_ACK, TH_ACK, TH_FIN | TH_ACK, TH_FIN | TH_ACK,
44 TH_FIN | TH_ACK, TH_ACK, TH_ACK,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/slirp/
H A Dtcp_output.c45 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
46 TH_ACK, TH_ACK, TH_FIN|TH_ACK, TH_FIN|TH_ACK,
47 TH_FIN|TH_ACK, TH_ACK, TH_ACK,
/dports/emulators/fs-uae/fs-uae-3.1.35/src/slirp/
H A Dtcp_output.cpp55 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
56 TH_ACK, TH_ACK, TH_FIN|TH_ACK, TH_FIN|TH_ACK,
57 TH_FIN|TH_ACK, TH_ACK, TH_ACK,

12345678910>>...17