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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_fsm.h112 * Basic flags (TH_RST,TH_ACK,TH_SYN,TH_FIN) are totally
117 TH_RST|TH_ACK, /* 0, CLOSED */
H A Dtcp.h97 #define TH_RST 0x04 macro
103 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
H A Dip_fw.h294 #define IP_FW_TCPF_RST TH_RST
H A Dip_compat.h437 #ifndef TH_RST
438 # define TH_RST 0x04
H A Dip_fw2_compat.h336 #define IP_FW_TCPF_RST_COMPAT TH_RST
H A Dip_fw2.c1521 u_char flags = pkt->flags & (TH_FIN|TH_SYN|TH_RST);
1564 if ( (q->state & ((TH_RST << 8)|TH_RST)) == 0)
1810 * When flags & TH_RST, we are sending a RST packet, because of a
1841 if (flags & TH_RST) { /* we are sending a RST */
1845 tcp->th_flags = TH_RST;
1851 tcp->th_flags = TH_RST | TH_ACK;
1909 if ( (tcp->th_flags & TH_RST) == 0) {
1914 tcp->th_flags | TH_RST);
2568 (TH_RST | TH_AC
[all...]
H A Dtcp_input.c1992 if ((thflags & (TH_RST|TH_ACK|TH_SYN)) != TH_SYN) {
1995 if (thflags & TH_RST) {
2392 (thflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK|TH_ECE|TH_PUSH)) == TH_ACK &&
2465 (thflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK|TH_ECE)) == TH_ACK &&
2901 if (thflags & TH_RST) {
3138 if (thflags & TH_RST) {
4424 if ((thflags & TH_RST) || m->m_flags & (M_BCAST|M_MCAST))
4459 TH_RST, &tra);
4465 (tcp_seq)0, TH_RST|TH_ACK, &tra);
H A Dtcp_output.c1037 if ((flags & TH_RST) ||
1281 (flags & TH_RST) == 0 &&
1645 else if (flags & (TH_SYN|TH_FIN|TH_RST))
H A Dtcp_lro.c482 if (thflags & (TH_SYN | TH_URG | TH_ECE | TH_CWR | TH_PUSH | TH_RST | TH_FIN)) {
H A Dip_fw2_compat.c77 { "rst", TH_RST },
805 if (flags & TH_RST)
H A Dtcp_subr.c627 if (!(flags & TH_RST)) {
676 flags = (TH_RST | TH_ACK);
H A Dmptcp_opt.c1813 if ((th->th_flags != TH_ACK) && (th->th_flags != TH_RST))
H A Dmptcp_subr.c2983 tp->rcv_nxt, tp->snd_una, TH_RST, &tra);
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtcp.h59 #define TH_RST 0x04 macro
H A Dprint-cnfp.c171 if (flags & TH_RST) putchar('R');
H A Dprint-tcp.c100 { TH_RST, "R" },
442 if (vflag > 1 || length > 0 || flags & (TH_SYN | TH_FIN | TH_RST)) {
958 if ((flags & TH_RST) && vflag) {
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dtcp.d35 inline int TH_RST = 0x04;
36 #pragma D binding "1.0" TH_RST
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h316 #define IPV6_FW_TCPF_RST TH_RST
H A Dip6_fw.c847 if (offset != 0 || (tcp->th_flags & TH_RST))
858 flags = TH_RST;
873 flags = TH_RST|TH_ACK;
/macosx-10.10.1/network_cmds-457/alias/
H A Dalias.c258 if (tc->th_flags & TH_RST)
269 if (tc->th_flags & (TH_FIN | TH_RST))
285 if (tc->th_flags & TH_RST)
296 if (tc->th_flags & (TH_FIN | TH_RST))
/macosx-10.10.1/ppp-786.1.1/Family/
H A Dslcompress.c202 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK)
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_norm.c2168 if (flags & TH_RST)
2175 if (!(flags & (TH_ACK|TH_RST)))
2626 } else if (!got_ts && (th->th_flags & TH_RST) == 0 &&
H A Dpf.c1663 TH_RST|TH_ACK, 0, 0, 0, 1, cur->tag, NULL, NULL);
1930 if (f & TH_RST)
4622 !(th->th_flags & TH_RST)) {
4653 ntohl(th->th_ack), ack, TH_RST|TH_ACK, 0, 0,
6103 (th->th_flags & (TH_ACK|TH_RST)) == (TH_ACK|TH_RST)) ||
6154 ((th->th_flags & TH_RST) == 0 || orig_seq == src->seqlo ||
6196 if (th->th_flags & TH_RST)
6284 if (th->th_flags & TH_RST)
6293 if (!(th->th_flags & TH_RST))
[all...]
/macosx-10.10.1/network_cmds-457/ipfw.tproj/
H A Dipfw2.c120 { "rst", TH_RST },
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DmDNS.c13824 #define TH_RST 0x04 macro
13836 wake = ((t->tcp.flags & TH_RST) || (t->tcp.flags & TH_FIN)) ;
13885 wake = (!(t->tcp.flags & TH_RST) && (t->tcp.flags & (TH_FIN|TH_SYN)) != TH_FIN);

Completed in 440 milliseconds