Home
last modified time | relevance | path

Searched refs:TH_RST (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-tcp-flags.c244 de->flags |= TH_RST; in DetectFlagsParse()
315 de->flags |= TH_RST; in DetectFlagsParse()
405 de->ignored_flags &= ~TH_RST; in DetectFlagsParse()
673 p->tcph->th_flags = TH_ACK|TH_PUSH|TH_SYN|TH_RST; in FlagsTestParse03()
895 p->tcph->th_flags = TH_SYN|TH_RST; in FlagsTestParse07()
951 p->tcph->th_flags = TH_SYN|TH_RST; in FlagsTestParse08()
1006 p->tcph->th_flags = TH_SYN|TH_RST; in FlagsTestParse09()
1061 p->tcph->th_flags = TH_SYN|TH_RST; in FlagsTestParse10()
1116 p->tcph->th_flags = TH_SYN|TH_RST|TH_URG; in FlagsTestParse11()
1312 p->tcph->th_flags = TH_ECN | TH_SYN | TH_RST; in FlagsTestParse16()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/protocols/
H A Dtcp.h34 #define TH_RST 0x04 macro
42 #define TH_NORESERVED (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG)
137 { return ((th_flags & TH_RST) != 0); } in is_rst()
/dports/net/honeyd/honeyd-1.5c/regress/
H A Ddetect.py23 flags=dnet.TH_SYN|dnet.TH_RST)
61 flags=dnet.TH_ACK|dnet.TH_RST)
88 flags=dnet.TH_ACK|dnet.TH_RST)
104 flags=dnet.TH_SYN|dnet.TH_RST)
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/netinet/
H A Dtcp.h98 #define TH_RST 0x04 macro
104 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
105 #define TH_ACCEPT (TH_FIN|TH_SYN|TH_RST|TH_ACK)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/netinet/
H A Dtcp.h100 #define TH_RST 0x04 macro
106 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
107 #define TH_ACCEPT (TH_FIN|TH_SYN|TH_RST|TH_ACK)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/netinet/
H A Dtcp.h98 #define TH_RST 0x04 macro
104 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
105 #define TH_ACCEPT (TH_FIN|TH_SYN|TH_RST|TH_ACK)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/netinet/
H A Dtcp.h100 #define TH_RST 0x04 macro
106 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
107 #define TH_ACCEPT (TH_FIN|TH_SYN|TH_RST|TH_ACK)
/dports/security/fl0p/fl0p/
H A Dip.h22 #define TH_RST 0x04 macro
24 #define TH_MASK (TH_FIN | TH_SYN | TH_RST | TH_ACK)
/dports/security/unicornscan/unicornscan-0.4.2/src/unilib/
H A Dtutil.c33 if (tcp->rst) val |= TH_RST; in str_tcpflagsp()
53 if (flags & TH_RST) *buf='R'; in str_tcpflags()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/npf/
H A Dnpf_state_tcp.c386 } else if ((tcpfl & (TH_ACK|TH_RST)) == (TH_ACK|TH_RST) && ack == 0) { in npf_tcp_inwindow()
391 if (__predict_false(tcpfl & TH_RST)) { in npf_tcp_inwindow()
468 if (__predict_true((tcpfl & TH_RST) == 0)) { in npf_state_tcp()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/netinet/
H A Dtcp.h66 #define TH_RST 0x04 macro
72 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dtcp.h66 #define TH_RST 0x04 macro
72 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dtcp.h66 #define TH_RST 0x04 macro
72 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
/dports/net/httpry/httpry-0.1.8/
H A Dtcp.h173 #define TH_RST 0x04 macro
179 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
H A Dtcp.h96 #define TH_RST 0x04 macro
102 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
/dports/net/dshell/Dshell-502a546/dshell/plugins/misc/
H A Dsynrst.py27 if pkt.tcp_flags not in (tcp.TH_SYN, tcp.TH_RST|tcp.TH_ACK):
44 elif tcpp.flags == tcp.TH_RST|tcp.TH_ACK:
/dports/net/ssldump/ssldump-0.9b3/base/
H A Ddata40 tcppack.c:268: if(!(p->tcp->th_flags & (TH_RST)) && SEQ_LT(seq,stream->seq))
41 tcppack.c:310: if(_seg.p->tcp->th_flags & (TH_RST)){
42 tcppack.c:311: stream->close=_seg.p->tcp->th_flags & (TH_RST);
58 tcppack.c:394: if(p->tcp->th_flags & TH_RST)
H A Dtcppack.c269 if(!(p->tcp->th_flags & (TH_RST)) && SEQ_LT(right_edge,stream->seq))
315 if(_seg.p->tcp->th_flags & (TH_RST)){
316 stream->close=_seg.p->tcp->th_flags & (TH_RST);
399 if(p->tcp->th_flags & TH_RST)
/dports/security/unicornscan/unicornscan-0.4.2/src/scan_progs/
H A Dscan_export.h28 #ifndef TH_RST
29 #define TH_RST 0x04 /* reset the connection */ macro
H A Dpackets.h50 #ifndef TH_RST
51 #define TH_RST 0x04 /* reset the connection */ macro
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/
H A Dtcpliveplay.h124 #define TH_RST 0x04 macro
130 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
/dports/net/nepenthes/nepenthes-0.2.2/modules/module-honeytrap/
H A DTrapSocket.hpp168 #ifndef TH_RST
169 #define TH_RST 0x04 /* reset the connection */ macro
/dports/security/dsniff/dsniff-2.4/
H A Dtcpkill.c58 if (tcp->th_flags & (TH_SYN|TH_FIN|TH_RST)) in tcp_kill_cb()
76 seq, 0, TH_RST, 0, 0, 0, LIBNET_TCP_H, in tcp_kill_cb()
/dports/emulators/bochs/bochs-2.7/iodev/network/slirp/
H A Dtcp_input.cc369 if ((tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) != TH_SYN) in tcp_input()
448 (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) == TH_ACK && in tcp_input()
551 if (tiflags & TH_RST) in tcp_input()
599 TH_RST|TH_ACK); in tcp_input()
674 if (tiflags & TH_RST) { in tcp_input()
829 if (tiflags&TH_RST) switch (tp->t_state) { in tcp_input()
1271 if (tiflags & TH_RST) in tcp_input()
1281 tcp_respond(tp, ti, m, (tcp_seq)0, ti->ti_ack, TH_RST); in tcp_input()
1285 TH_RST|TH_ACK); in tcp_input()
/dports/net/vde2/vde2-2.3.2/src/slirpvde/
H A Dtcp_input.c358 if ((tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) != TH_SYN) in tcp_input()
437 (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) == TH_ACK && in tcp_input()
540 if (tiflags & TH_RST) in tcp_input()
588 TH_RST|TH_ACK); in tcp_input()
662 if (tiflags & TH_RST) { in tcp_input()
816 if (tiflags&TH_RST) switch (tp->t_state) { in tcp_input()
1266 if (tiflags & TH_RST) in tcp_input()
1276 tcp_respond(tp, ti, m, (tcp_seq)0, ti->ti_ack, TH_RST); in tcp_input()
1280 TH_RST|TH_ACK); in tcp_input()

12345678910>>...15