/titanic_44/usr/src/uts/common/netinet/ |
H A D | tcp_fsm.h | 55 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
|
H A D | tcp.h | 65 #define TH_SYN 0x02 macro
|
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | flags.c | 22 u_char flags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH, TH_ACK, TH_URG,
|
H A D | printpacket.c | 69 if (tcp->th_flags & TH_SYN)
|
H A D | ipft_tx.c | 37 static u_char myflags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH,
|
/titanic_44/usr/src/cmd/dtrace/demo/tcp/ |
H A D | tcpioflags.d | 55 printf("%s", args[4]->tcp_flags & TH_SYN ? "SYN|" : "");
|
H A D | tcpsnoop.d | 69 printf("%s", args[4]->tcp_flags & TH_SYN ? "SYN|" : "");
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_rcmd_pxy.c | 138 if (tcp->th_flags & TH_SYN) { 197 tcp2->th_flags = TH_SYN;
|
H A D | ip_state.h | 142 #define TH_OPENING (TH_SYN|TH_ACK)
|
H A D | ip_compat.h | 1811 #define TCPF_ALL (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|\ 2110 #ifndef TH_SYN 2111 # define TH_SYN 0x02 macro 2126 #define TH_ACKMASK (TH_FIN|TH_SYN|TH_RST|TH_ACK)
|
H A D | ip_ftp_pxy.c | 370 tcp2->th_flags = TH_SYN; 727 tcp2->th_flags = TH_SYN;
|
H A D | ip_rpcb_pxy.c | 1206 tcp.th_flags = TH_SYN;
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_time_wait.c | 519 ((tcpha->tha_flags & TH_SYN) ? 0 : tcp->tcp_snd_ws); in tcp_time_wait_processing() 571 if ((flags & TH_SYN) && gap > 0 && rgap < 0) { in tcp_time_wait_processing() 694 if (flags & TH_SYN) { in tcp_time_wait_processing()
|
H A D | tcp_input.c | 1341 if (!(flags & TH_SYN)) { in tcp_input_listener() 2564 if (!(flags & TH_SYN)) { in tcp_input_data() 2776 flags &= ~TH_SYN; in tcp_input_data() 2803 if ((flags & TH_SYN) && !tcp->tcp_active_open) { in tcp_input_data() 2913 ((tcpha->tha_flags & TH_SYN) ? 0 : tcp->tcp_snd_ws); in tcp_input_data() 2944 if (seg_seq == tcp->tcp_irs && (flags & TH_SYN) && in tcp_input_data() 2946 flags &= ~TH_SYN; in tcp_input_data() 3035 flags &= ~(TH_SYN | TH_FIN | TH_URG); in tcp_input_data() 3168 flags &= ~(TH_SYN | TH_URG); in tcp_input_data() 3332 if ((flags & (TH_RST | TH_SYN | TH_URG | TH_ACK)) != TH_ACK) { in tcp_input_data() [all …]
|
H A D | tcp_output.c | 2751 if (flags & TH_SYN) { in tcp_xmit_listeners_reset() 2827 *flags = TH_SYN; in tcp_xmit_mp_aux_iss() 2864 *flags |= TH_SYN; in tcp_xmit_mp_aux_iss() 2927 *flags |= TH_SYN; in tcp_xmit_mp_aux_iss()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | tcp.sed.in | 31 SED_REPLACE(TH_SYN)
|
H A D | tcp.d.in | 30 inline int TH_SYN = @TH_SYN@; variable 31 #pragma D binding "1.6.3" TH_SYN
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_tcp.c | 68 { TH_SYN, "Syn" }, 189 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_SYN, in interpret_tcp()
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 1132 if ((fin->fin_flx & FI_OOW) && !(fin->fin_tcpf & TH_SYN)) 1343 ((tcp->th_flags & TH_SYN) ? 1 : 0) + 1352 TH_SYN && 1365 if ((tcp->th_flags & TH_OPENING) == TH_SYN) 1669 if ((tcp->th_flags & TH_OPENING) == TH_SYN) { 1721 if (flags == (TH_SYN|TH_ACK)) { 1729 } else if (flags == TH_SYN) { 1812 if (tcpflags & TH_SYN) 1829 ((tcpflags & TH_SYN) ? 1 : 0) + ((tcpflags & TH_FIN) ? 1 : 0); 1842 if (!(tcpflags & TH_SYN) && (fdata->td_winflags & TCP_WSCALE_FIRST)) { [all …]
|
H A D | ip_fil_solaris.c | 1120 tlen = (tcp->th_flags & (TH_SYN|TH_FIN)) ? 1 : 0; 2400 if (tcp->th_flags & (TH_SYN | TH_FIN)) { 2418 if (tcp->th_flags & (TH_SYN | TH_FIN)) { 2502 ((tcp == NULL) || ((tcp->th_flags & (TH_SYN | TH_FIN)) == 0))) 2689 ((tcp == NULL) || ((tcp->th_flags & (TH_SYN | TH_FIN)) == 0)))
|
/titanic_44/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 2770 if ((flags & (TH_RST | TH_ACK | TH_SYN)) != TH_SYN) { in tcp_rput_data() 2781 if (!(flags & TH_SYN)) { in tcp_rput_data() 2832 if (!(flags & TH_SYN)) { in tcp_rput_data() 2918 flags &= ~TH_SYN; in tcp_rput_data() 2947 ((flags & TH_SYN) ? 0 : tcp->tcp_snd_ws); in tcp_rput_data() 2979 if (seg_seq == tcp->tcp_irs && (flags & TH_SYN) && in tcp_rput_data() 2981 flags &= ~TH_SYN; in tcp_rput_data() 3054 flags &= ~(TH_SYN | TH_FIN | TH_URG); in tcp_rput_data() 3120 flags &= ~(TH_SYN | TH_URG); in tcp_rput_data() 3256 if ((flags & (TH_RST | TH_SYN | TH_URG | TH_ACK)) != TH_ACK) { in tcp_rput_data() [all …]
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | vjcompress.c | 186 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK) { in vj_compress_tcp()
|
/titanic_44/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 1014 { "SYN", TH_SYN, TH_SYN },
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipcp.c | 1919 if (val & TH_SYN)
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 128 { TH_SYN, 'S' },
|