Searched refs:TH_CWR (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dflags.c17 #ifndef TH_CWR
18 # define TH_CWR 0x80 macro
23 TH_ECN, TH_CWR };
H A Dtcpflags.c18 #ifndef TH_CWR
19 # define TH_CWR 0x80 macro
34 tcpf |= TH_CWR;
H A Dprintpacket.c81 if (tcp->th_flags & TH_CWR)
H A Dipft_tx.c38 TH_ACK, TH_URG, TH_ECN, TH_CWR };
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in37 SED_REPLACE(TH_CWR)
H A Dtcp.d.in42 inline int TH_CWR = @TH_CWR@;
43 #pragma D binding "1.6.3" TH_CWR
/opensolaris-onvv-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcpioflags.d61 printf("%s", args[4]->tcp_flags & TH_CWR ? "CWR|" : "");
H A Dtcpsnoop.d75 printf("%s", args[4]->tcp_flags & TH_CWR ? "CWR|" : "");
/opensolaris-onvv-gate/usr/src/uts/common/netinet/
H A Dtcp.h70 #define TH_CWR 0x80 macro
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c73 { TH_CWR, "CWR" },
169 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_CWR,
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1807 TH_ECN|TH_CWR)
2398 #ifndef TH_CWR
2399 # define TH_CWR 0x80 macro
2401 #define TH_ECNALL (TH_ECN|TH_CWR)
/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp.c1531 (tcph->th_flags[0] & (TH_ECE|TH_CWR)) == (TH_ECE|TH_CWR)) {
2848 if ((flags & (TH_ECE|TH_CWR)) != TH_ECE) {
2856 flags &= ~(TH_ECE|TH_CWR);
3155 if (flags & TH_CWR) {
5029 tcph->th_flags[0] |= TH_CWR;
5841 flags |= TH_CWR;
5930 flags |= (TH_ECE | TH_CWR);
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c1668 (tcpha->tha_flags & (TH_ECE|TH_CWR)) == (TH_ECE|TH_CWR)) {
2462 if ((flags & (TH_ECE|TH_CWR)) != TH_ECE) {
2470 flags &= ~(TH_ECE|TH_CWR);
3085 if (flags & TH_CWR) {
H A Dtcp_output.c1353 tcpha->tha_flags |= TH_CWR;
2876 *flags |= (TH_ECE | TH_CWR);
3155 flags |= TH_CWR;
3710 tcpha->tha_flags |= TH_CWR;
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c126 { TH_CWR, 'C' },
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1020 { "CWR", TH_CWR, TH_CWR },
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3676 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) {
3726 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) ==

Completed in 372 milliseconds