Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dtcp_fsm.h72 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
H A Dtcp_input.c690 switch (tiflags & (TH_RST|TH_SYN|TH_ACK)) { in tcp_input()
692 case TH_SYN|TH_ACK|TH_RST: in tcp_input()
693 case TH_SYN|TH_RST: in tcp_input()
694 case TH_ACK|TH_RST: in tcp_input()
695 case TH_RST: in tcp_input()
925 (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ECE|TH_CWR|TH_ACK)) == TH_ACK && in tcp_input()
927 (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) == TH_ACK && in tcp_input()
1134 if (tiflags & TH_RST) { in tcp_input()
1281 if (opti.ts_present && (tiflags & TH_RST) == 0 && tp->ts_recent && in tcp_input()
1409 if (tiflags & TH_RST) { in tcp_input()
[all...]
H A Dtcp_output.c364 !(flags & (TH_SYN|TH_RST|TH_FIN))) { in tcp_output()
438 if (flags & (TH_SYN|TH_RST)) in tcp_output()
565 (flags & TH_RST) == 0 && in tcp_output()
737 else if (flags & (TH_SYN|TH_FIN|TH_RST)) in tcp_output()
869 if (flags & TH_RST) in tcp_output()
H A Dtcp.h64 #define TH_RST 0x04 macro
H A Dtcp_subr.c374 (flags & TH_RST) == 0 && (tp->t_flags & TF_RCVD_TSTMP)) { in tcp_respond()
/openbsd/usr.sbin/tcpdump/
H A Dprint-tcp.c285 if ((flags = tp->th_flags) & (TH_SYN|TH_FIN|TH_RST|TH_PUSH| in tcp_print()
291 if (flags & TH_RST) in tcp_print()
442 if (vflag > 1 || length > 0 || flags & (TH_SYN | TH_FIN | TH_RST)) in tcp_print()
627 if (flags & TH_RST) { in tcp_print()
H A Dprint-cnfp.c139 if (flags & TH_RST) putchar('R'); in cnfp_print()
/openbsd/usr.sbin/tftp-proxy/
H A Dfilter.c220 (TH_SYN|TH_ACK|TH_FIN|TH_RST) : 0); in prepare_rule()
/openbsd/usr.sbin/trpt/
H A Dtrpt.c371 pf(TH_RST, "RST"); in tcp_trace()
/openbsd/sys/net/
H A Dpf_norm.c1151 if (flags & TH_RST) in pf_normalize_tcp()
1158 if (!(flags & (TH_ACK|TH_RST))) in pf_normalize_tcp()
1534 } else if (!got_ts && (th->th_flags & TH_RST) == 0 && in pf_normalize_tcp_stateful()
H A Dslcompress.c188 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK) in sl_compress_tcp()
H A Dpf.c1795 TH_RST|TH_ACK, 0, 0, 0, 1, st->tag, in pf_remove_state()
2183 if (f & TH_RST) in pf_print_flags()
4465 !(ctx.th->th_flags & TH_RST)) { in pf_test_rule()
4480 ack, TH_RST|TH_ACK, 0, 0, r->return_ttl, in pf_test_rule()
4990 (th->th_flags & (TH_ACK|TH_RST)) == (TH_ACK|TH_RST)) || in pf_tcp_track_full()
5036 ((th->th_flags & TH_RST) == 0 || orig_seq == src->seqlo || in pf_tcp_track_full()
5077 if (th->th_flags & TH_RST) in pf_tcp_track_full()
5162 if (th->th_flags & TH_RST) in pf_tcp_track_full()
5170 if (!(th->th_flags & TH_RST)) in pf_tcp_track_full()
5174 TH_RST, 0, 0, in pf_tcp_track_full()
[all …]