Searched refs:TH_FIN (Results 1 - 23 of 23) 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
113 * determined by state, with the proviso that TH_FIN is sent only
123 TH_FIN|TH_ACK, /* 6, FIN_WAIT_1 */
124 TH_FIN|TH_ACK, /* 7, CLOSING */
125 TH_FIN|TH_ACK, /* 8, LAST_ACK */
H A Dtcp.h95 #define TH_FIN 0x01 macro
103 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
H A Dip_fw.h292 #define IP_FW_TCPF_FIN TH_FIN
H A Dtcp_output.c579 flags |= TH_FIN;
608 flags &= ~TH_FIN;
737 flags &= ~TH_FIN;
926 flags &= ~TH_FIN;
929 flags &= ~TH_FIN;
1050 if ((flags & TH_FIN) &&
1439 flags &= ~TH_FIN;
1645 else if (flags & (TH_SYN|TH_FIN|TH_RST))
1713 if (flags & TH_FIN && (tp->t_flags & TF_SENTFIN) &&
1730 if (len || (flags & (TH_SYN|TH_FIN)) || t
[all...]
H A Dtcp_input.c753 flags = q->tqe_th->th_flags & TH_FIN;
1704 if (drop_synfin && (thflags & (TH_SYN|TH_FIN)) == (TH_SYN|TH_FIN)) {
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 &&
2487 if (thflags & TH_FIN)
3032 thflags &= ~TH_FIN;
3253 || (todrop == tlen && (thflags & TH_FIN) == 0)) {
3259 thflags &= ~TH_FIN;
3352 thflags &= ~(TH_PUSH|TH_FIN);
[all...]
H A Dip_compat.h431 #ifndef TH_FIN
432 # define TH_FIN 0x01
H A Dip_fw2_compat.h334 #define IP_FW_TCPF_FIN_COMPAT TH_FIN
H A Dip_fw2.c1462 #define BOTH_FIN (TH_FIN | (TH_FIN << 8))
1521 u_char flags = pkt->flags & (TH_FIN|TH_SYN|TH_RST);
1530 case BOTH_SYN | TH_FIN : /* one side tries to close */
1531 case BOTH_SYN | (TH_FIN << 8) :
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.c74 { "fin", TH_FIN },
801 if (flags & TH_FIN)
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtcp.h57 #define TH_FIN 0x01 macro
H A Dprint-cnfp.c169 if (flags & TH_FIN) putchar('F');
H A Dprint-tcp.c98 { TH_FIN, "F" },
442 if (vflag > 1 || length > 0 || flags & (TH_SYN | TH_FIN | TH_RST)) {
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dtcp.d31 inline int TH_FIN = 0x01;
32 #pragma D binding "1.0" TH_FIN
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h314 #define IPV6_FW_TCPF_FIN TH_FIN
/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/ppp-786.1.1/Helpers/pppd/
H A Dipv6cp.c1603 #define TH_FIN 0x01 macro
1632 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
H A Dipcp.c2338 #define TH_FIN 0x01 macro
2372 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)
/macosx-10.10.1/network_cmds-457/alias/
H A Dalias.c269 if (tc->th_flags & (TH_FIN | TH_RST))
296 if (tc->th_flags & (TH_FIN | TH_RST))
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_norm.c2171 if (flags & TH_FIN)
2172 flags &= ~TH_FIN;
2181 if ((flags & TH_FIN) || (flags & TH_PUSH) || (flags & TH_URG))
H A Dpf.c1926 if (f & TH_FIN)
4649 if (th->th_flags & TH_FIN)
4898 if (th->th_flags & TH_FIN)
6064 if (th->th_flags & TH_FIN)
6095 if (th->th_flags & TH_FIN)
6181 if (th->th_flags & TH_FIN)
6281 if (th->th_flags & TH_FIN)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DmDNS.c13822 #define TH_FIN 0x01 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);
/macosx-10.10.1/network_cmds-457/ipfw.tproj/
H A Dipfw2.c117 { "fin", TH_FIN },

Completed in 238 milliseconds