Searched refs:TH_RST (Results 1 – 12 of 12) sorted by relevance
/openbsd/sys/netinet/ |
H A D | tcp_fsm.h | 72 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
|
H A D | tcp_input.c | 690 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 D | tcp_output.c | 364 !(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 D | tcp.h | 64 #define TH_RST 0x04 macro
|
H A D | tcp_subr.c | 374 (flags & TH_RST) == 0 && (tp->t_flags & TF_RCVD_TSTMP)) { in tcp_respond()
|
/openbsd/usr.sbin/tcpdump/ |
H A D | print-tcp.c | 285 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 D | print-cnfp.c | 139 if (flags & TH_RST) putchar('R'); in cnfp_print()
|
/openbsd/usr.sbin/tftp-proxy/ |
H A D | filter.c | 220 (TH_SYN|TH_ACK|TH_FIN|TH_RST) : 0); in prepare_rule()
|
/openbsd/usr.sbin/trpt/ |
H A D | trpt.c | 371 pf(TH_RST, "RST"); in tcp_trace()
|
/openbsd/sys/net/ |
H A D | pf_norm.c | 1151 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 D | slcompress.c | 188 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK) in sl_compress_tcp()
|
H A D | pf.c | 1795 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 …]
|