Searched refs:TH_CWR (Results 1 – 17 of 17) sorted by relevance
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | flags.c | 17 #ifndef TH_CWR 18 # define TH_CWR 0x80 macro 23 TH_ECN, TH_CWR };
|
H A D | tcpflags.c | 18 #ifndef TH_CWR 19 # define TH_CWR 0x80 macro 34 tcpf |= TH_CWR;
|
H A D | printpacket.c | 81 if (tcp->th_flags & TH_CWR)
|
H A D | ipft_tx.c | 38 TH_ACK, TH_URG, TH_ECN, TH_CWR };
|
/titanic_44/usr/src/uts/common/netinet/ |
H A D | tcp.h | 71 #define TH_CWR 0x80 macro
|
/titanic_44/usr/src/cmd/dtrace/demo/tcp/ |
H A D | tcpioflags.d | 61 printf("%s", args[4]->tcp_flags & TH_CWR ? "CWR|" : "");
|
H A D | tcpsnoop.d | 75 printf("%s", args[4]->tcp_flags & TH_CWR ? "CWR|" : "");
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | tcp.sed.in | 37 SED_REPLACE(TH_CWR)
|
H A D | tcp.d.in | 42 inline int TH_CWR = @TH_CWR@; variable 43 #pragma D binding "1.6.3" TH_CWR
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_tcp.c | 73 { TH_CWR, "CWR" }, 169 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_CWR, in interpret_tcp()
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 1812 TH_ECN|TH_CWR) 2403 #ifndef TH_CWR 2404 # define TH_CWR 0x80 macro 2406 #define TH_ECNALL (TH_ECN|TH_CWR)
|
/titanic_44/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 1531 (tcph->th_flags[0] & (TH_ECE|TH_CWR)) == (TH_ECE|TH_CWR)) { in tcp_accept_comm() 2848 if ((flags & (TH_ECE|TH_CWR)) != TH_ECE) { in tcp_rput_data() 2856 flags &= ~(TH_ECE|TH_CWR); in tcp_rput_data() 3155 if (flags & TH_CWR) { in tcp_rput_data() 5029 tcph->th_flags[0] |= TH_CWR; in tcp_wput_data() 5841 flags |= TH_CWR; in tcp_xmit_mp() 5930 flags |= (TH_ECE | TH_CWR); in tcp_xmit_mp()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_output.c | 1354 tcpha->tha_flags |= TH_CWR; in tcp_output() 2859 *flags |= (TH_ECE | TH_CWR); in tcp_xmit_mp_aux_iss() 3138 flags |= TH_CWR; in tcp_xmit_mp() 3686 tcpha->tha_flags |= TH_CWR; in tcp_fill_header()
|
H A D | tcp_input.c | 1671 (tcpha->tha_flags & (TH_ECE|TH_CWR)) == (TH_ECE|TH_CWR)) { in tcp_input_listener() 2580 if ((flags & (TH_ECE|TH_CWR)) != TH_ECE) { in tcp_input_data() 2588 flags &= ~(TH_ECE|TH_CWR); in tcp_input_data() 3199 if (flags & TH_CWR) { in tcp_input_data()
|
/titanic_44/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 1020 { "CWR", TH_CWR, TH_CWR },
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 133 { TH_CWR, 'C' },
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 3680 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) { 3730 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) ==
|