Home
last modified time | relevance | path

Searched refs:TH_SYN (Results 1 – 25 of 28) sorted by relevance

12

/titanic_44/usr/src/uts/common/netinet/
H A Dtcp_fsm.h55 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
H A Dtcp.h65 #define TH_SYN 0x02 macro
/titanic_44/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.c69 if (tcp->th_flags & TH_SYN)
H A Dipft_tx.c37 static u_char myflags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH,
/titanic_44/usr/src/cmd/dtrace/demo/tcp/
H A Dtcpioflags.d55 printf("%s", args[4]->tcp_flags & TH_SYN ? "SYN|" : "");
H A Dtcpsnoop.d69 printf("%s", args[4]->tcp_flags & TH_SYN ? "SYN|" : "");
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rcmd_pxy.c138 if (tcp->th_flags & TH_SYN) {
197 tcp2->th_flags = TH_SYN;
H A Dip_state.h142 #define TH_OPENING (TH_SYN|TH_ACK)
H A Dip_compat.h1811 #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 Dip_ftp_pxy.c370 tcp2->th_flags = TH_SYN;
727 tcp2->th_flags = TH_SYN;
H A Dip_rpcb_pxy.c1206 tcp.th_flags = TH_SYN;
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c519 ((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 Dtcp_input.c1341 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 Dtcp_output.c2751 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 Dtcp.sed.in31 SED_REPLACE(TH_SYN)
H A Dtcp.d.in30 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 Dsnoop_tcp.c68 { 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 Dip_state.c1132 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 Dip_fil_solaris.c1120 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 Dtcp.c2770 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 Dvjcompress.c186 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 Dip.c1014 { "SYN", TH_SYN, TH_SYN },
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c1919 if (val & TH_SYN)
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipmon.c128 { TH_SYN, 'S' },

12