Home
last modified time | relevance | path

Searched refs:TH_FIN (Results 1 – 25 of 27) sorted by relevance

12

/titanic_50/usr/src/uts/common/netinet/
H A Dtcp_fsm.h57 TH_FIN|TH_ACK, TH_FIN|TH_ACK, TH_FIN|TH_ACK, TH_ACK, TH_ACK,
H A Dtcp.h64 #define TH_FIN 0x01 macro
/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dflags.c22 u_char flags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH, TH_ACK, TH_URG,
H A Dprintpacket.c67 if (tcp->th_flags & TH_FIN)
H A Dipft_tx.c37 static u_char myflags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH,
/titanic_50/usr/src/cmd/dtrace/demo/tcp/
H A Dtcpioflags.d54 printf("%s", args[4]->tcp_flags & TH_FIN ? "FIN|" : "");
H A Dtcpsnoop.d68 printf("%s", args[4]->tcp_flags & TH_FIN ? "FIN|" : "");
/titanic_50/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in30 SED_REPLACE(TH_FIN)
H A Dtcp.d.in28 inline int TH_FIN = @TH_FIN@; variable
29 #pragma D binding "1.6.3" TH_FIN
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c69 { TH_FIN, "Fin" },
192 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_FIN, in interpret_tcp()
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_state.c1344 ((tcp->th_flags & TH_FIN) ? 1 : 0);
1351 if ((tcp->th_flags & ~(TH_FIN|TH_ACK|TH_ECNALL)) ==
1720 flags = tcp->th_flags & ~(TH_FIN|TH_ECNALL);
1829 ((tcpflags & TH_SYN) ? 1 : 0) + ((tcpflags & TH_FIN) ? 1 : 0);
2049 ((tcp->th_flags & TH_FIN) ? 1 : 0);
3692 } else if ((tcpflags & (TH_SYN|TH_FIN|TH_ACK)) ==
3701 } else if (tcpflags & TH_FIN) {
3721 if ((tcpflags & (TH_SYN|TH_FIN|TH_ACK)) == TH_ACK) {
3737 } else if (tcpflags & TH_FIN) {
3750 if (tcpflags & TH_FIN) {
[all …]
H A Dip_fil_solaris.c1120 tlen = (tcp->th_flags & (TH_SYN|TH_FIN)) ? 1 : 0;
2408 if (tcp->th_flags & (TH_SYN | TH_FIN)) {
2426 if (tcp->th_flags & (TH_SYN | TH_FIN)) {
2510 ((tcp == NULL) || ((tcp->th_flags & (TH_SYN | TH_FIN)) == 0)))
2697 ((tcp == NULL) || ((tcp->th_flags & (TH_SYN | TH_FIN)) == 0)))
H A Dfil.c1082 } else if (((flags & (TH_SYN|TH_FIN)) != 0) &&
1106 } else if ((flags & (TH_URG|TH_PUSH|TH_FIN)) != 0) {
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c544 if (seg_len < 0 || (seg_len == 0 && !(flags & TH_FIN))) { in tcp_time_wait_processing()
548 if ((flags & TH_FIN) && seg_len == -1) { in tcp_time_wait_processing()
H A Dtcp_input.c2934 if (seg_len < 0 || (seg_len == 0 && !(flags & TH_FIN))) { in tcp_input_data()
3007 flags &= ~(TH_SYN | TH_FIN | TH_URG); in tcp_input_data()
3055 flags &= ~TH_FIN; in tcp_input_data()
3214 if (flags & TH_FIN) { in tcp_input_data()
3217 flags &= ~TH_FIN; in tcp_input_data()
3248 flags |= TH_FIN; in tcp_input_data()
3299 flags |= TH_FIN; in tcp_input_data()
4543 if (flags & TH_FIN) { in tcp_input_data()
4703 boolean_t push = flags & (TH_PUSH|TH_FIN); in tcp_input_data()
4758 } else if ((flags & (TH_PUSH|TH_FIN)) || in tcp_input_data()
/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp.c2996 if (seg_len < 0 || (seg_len == 0 && !(flags & TH_FIN))) { in tcp_rput_data()
3054 flags &= ~(TH_SYN | TH_FIN | TH_URG); in tcp_rput_data()
3095 flags &= ~TH_FIN; in tcp_rput_data()
3188 if (flags & TH_FIN) { in tcp_rput_data()
3191 flags &= ~TH_FIN; in tcp_rput_data()
3223 flags |= TH_FIN; in tcp_rput_data()
3252 flags |= TH_FIN; in tcp_rput_data()
4037 if (flags & TH_FIN) { in tcp_rput_data()
5239 if (seg_len < 0 || (seg_len == 0 && !(flags & TH_FIN))) { in tcp_time_wait_processing()
5244 if ((flags & TH_FIN) && seg_len == -1) { in tcp_time_wait_processing()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c1498 #define TH_FIN 0x01 macro
1535 if ((get_tcpflags(tcp) & TH_FIN) != 0 &&
H A Dipcp.c1921 if (val & TH_FIN)
1981 if ((val & TH_FIN) != 0 && len == hlen) {
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c186 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK) { in vj_compress_tcp()
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1811 #define TCPF_ALL (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|\
2107 #ifndef TH_FIN
2108 # define TH_FIN 0x01 macro
2126 #define TH_ACKMASK (TH_FIN|TH_SYN|TH_RST|TH_ACK)
H A Dip_ftp_pxy.c1173 if (tcp->th_flags & TH_FIN) {
1335 if (tcp->th_flags & TH_FIN)
/titanic_50/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c712 if (tcpha->tha_flags & TH_FIN) { in update_conn_tcp()
726 if (tcpha->tha_flags & TH_FIN) { in update_conn_tcp()
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1600 ntcph->th_flags &= ~(TH_FIN | TH_PUSH | TH_RST); in nxge_do_softlso()
1645 ntcph->th_flags &= ~(TH_FIN | TH_PUSH | TH_RST | TH_URG); in nxge_do_softlso()
/titanic_50/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1016 { "FIN", TH_FIN, TH_FIN },
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipmon.c129 { TH_FIN, 'F' },

12