Home
last modified time | relevance | path

Searched refs:tcp_ipha (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libdtrace/common/
H A Dtcp.d.in221 tcps_local = T ? T->tcp_ipha ?
222 T->tcp_ipha->ipha_src == T->tcp_ipha->ipha_dst : 1 : 0;
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h212 struct ip *tcp_ipha; /* IPv4 header in the buffer */ member
H A Dtcp.c1202 tcp->tcp_ipha->ip_src.s_addr = tcp->tcp_bound_source; in tcp_bind()
1316 tcp->tcp_ipha->ip_src.s_addr = tcp->tcp_bound_source; in tcp_connect()
1322 if (dstaddr == tcp->tcp_ipha->ip_src.s_addr && in tcp_connect()
1328 tcp->tcp_ipha->ip_dst.s_addr = dstaddr; in tcp_connect()
1477 acceptor->tcp_ipha = (struct ip *)acceptor->tcp_iphc; in tcp_accept_comm()
1489 acceptor->tcp_ipha->ip_dst = ipha->ip_src; in tcp_accept_comm()
1491 acceptor->tcp_ipha->ip_src = ipha->ip_dst; in tcp_accept_comm()
4921 tcp->tcp_ipha->ip_len = htons(len); in tcp_wput_data()
4941 tcp->tcp_ipha->ip_len = htons(len); in tcp_wput_data()
5485 tcp->tcp_ipha = (struct ip *)tcp->tcp_iphc; in tcp_header_init_ipv4()
[all …]
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h365 ipha_t *tcp_ipha; /* IPv4 header in conn_ht_iphc */ member
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp.c519 tcp->tcp_ipha = NULL; in tcp_cleanup()
2106 tcp->tcp_ipha = NULL;
2115 DONTCARE(tcp->tcp_ipha);
2531 tcp->tcp_ipha->ipha_fragment_offset_and_flags = 0; in tcp_update_pmtu()
2919 tcp->tcp_ipha = (ipha_t *)connp->conn_ht_iphc; in tcp_build_hdrs()
H A Dtcp_output.c1284 tcp->tcp_ipha->ipha_length = htons(plen); in tcp_output()
1982 tcp->tcp_ipha->ipha_length = htons(len); in tcp_send()
2023 tcp->tcp_ipha->ipha_length = htons(len); in tcp_send()
2292 if (connp->conn_faddr_v4 != tcp->tcp_ipha->ipha_dst) { in tcp_xmit_end()
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h1338 #define tcp_ipha tcp_u.tcp_u_ipha macro