Home
last modified time | relevance | path

Searched refs:TCP_MIN_HEADER_LENGTH (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in53 SED_REPLACE(TCP_MIN_HEADER_LENGTH)
H A Dip.sed.in76 SED_REPLACE(TCP_MIN_HEADER_LENGTH)
H A Dip.d.in278 ((tcp_t *)arg3)->tcp_last_sent_len + @TCP_MIN_HEADER_LENGTH@ :
280 ((tcp_t *)arg3)->tcp_last_recv_len + @TCP_MIN_HEADER_LENGTH@ :
H A Dtcp.d.in202 @TCP_MIN_HEADER_LENGTH@;
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c1314 (char *)tcpha + TCP_MIN_HEADER_LENGTH+4); in tcp_output()
1316 (char *)tcpha + TCP_MIN_HEADER_LENGTH+8); in tcp_output()
1318 ASSERT(connp->conn_ht_ulp_len == TCP_MIN_HEADER_LENGTH); in tcp_output()
2407 (char *)tcpha + TCP_MIN_HEADER_LENGTH+4); in tcp_xmit_ctl()
2409 (char *)tcpha + TCP_MIN_HEADER_LENGTH+8); in tcp_xmit_ctl()
2818 IP_SIMPLE_HDR_LENGTH : IPV6_HDR_LEN) - TCP_MIN_HEADER_LENGTH; in tcp_xmit_mp_aux_iss()
2902 TCP_MIN_HEADER_LENGTH; in tcp_xmit_mp_aux_iss()
3185 (char *)tcpha + TCP_MIN_HEADER_LENGTH+4); in tcp_xmit_mp()
3187 (char *)tcpha + TCP_MIN_HEADER_LENGTH+8); in tcp_xmit_mp()
3644 (char *)tcp_tmpl + TCP_MIN_HEADER_LENGTH + 4); in tcp_fill_header()
[all …]
H A Dtcp_input.c253 up += TCP_MIN_HEADER_LENGTH; in tcp_parse_options()
454 ASSERT(connp->conn_ht_ulp_len == TCP_MIN_HEADER_LENGTH); in tcp_process_options()
528 IP_SIMPLE_HDR_LENGTH : IPV6_HDR_LEN) + TCP_MIN_HEADER_LENGTH); in tcp_process_options()
706 if (TCP_HDR_LENGTH(tcpha) == (uint32_t)TCP_MIN_HEADER_LENGTH + in tcp_paws_check()
709 TCP_MIN_HEADER_LENGTH)) && in tcp_paws_check()
2178 (char *)tcpha + TCP_MIN_HEADER_LENGTH+4); in tcp_ack_mp()
2180 (char *)tcpha + TCP_MIN_HEADER_LENGTH+8); in tcp_ack_mp()
H A Dtcp.c2862 uint_t ulplen = TCP_MIN_HEADER_LENGTH; in tcp_build_hdrs()
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h87 #define TCP_MIN_HEADER_LENGTH 20 macro
H A Dtcp.c2033 up += TCP_MIN_HEADER_LENGTH; in tcp_parse_options()
2277 assert(tcp->tcp_tcp_hdr_len == TCP_MIN_HEADER_LENGTH); in tcp_process_options()
2343 (IP_SIMPLE_HDR_LENGTH + TCP_MIN_HEADER_LENGTH); in tcp_process_options()
2376 if (TCP_HDR_LENGTH(tcph) == (uint32_t)TCP_MIN_HEADER_LENGTH + in tcp_paws_check()
2379 TCP_MIN_HEADER_LENGTH)) && in tcp_paws_check()
4980 (char *)tcph+TCP_MIN_HEADER_LENGTH+4); in tcp_wput_data()
4982 (char *)tcph+TCP_MIN_HEADER_LENGTH+8); in tcp_wput_data()
4984 assert(tcp->tcp_tcp_hdr_len == TCP_MIN_HEADER_LENGTH); in tcp_wput_data()
5580 (char *)tcph+TCP_MIN_HEADER_LENGTH+4); in tcp_xmit_ctl()
5582 (char *)tcph+TCP_MIN_HEADER_LENGTH+8); in tcp_xmit_ctl()
[all …]
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h111 #define TCP_MIN_HEADER_LENGTH 20 macro
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip6_input.c2043 min_ulp_header_length = TCP_MIN_HEADER_LENGTH; in ip_fanout_v6()
2107 ASSERT(len >= ip_hdr_length + TCP_MIN_HEADER_LENGTH); in ip_fanout_v6()
H A Dip_input.c2381 min_ulp_header_length = TCP_MIN_HEADER_LENGTH; in ip_fanout_v4()
2442 ASSERT(len >= ip_hdr_length + TCP_MIN_HEADER_LENGTH); in ip_fanout_v4()
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h1335 char tcp_u_buf[IP_SIMPLE_HDR_LENGTH+TCP_MIN_HEADER_LENGTH];
/titanic_44/usr/src/uts/common/inet/ilb/
H A Dilb.c1689 if (tph + TCP_MIN_HEADER_LENGTH > mp->b_wptr) in ilb_check()
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1189 opt_len = (tcph.th_off << 2) - TCP_MIN_HEADER_LENGTH; in tcphdr()