Home
last modified time | relevance | path

Searched refs:tcp_tcph (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp.c1222 *(uint16_t *)tcp->tcp_tcph->th_lport = tcp->tcp_lport; in tcp_bind()
1330 tcph = tcp->tcp_tcph; in tcp_connect()
1360 tcp->tcp_tcph->th_win); in tcp_connect()
1478 acceptor->tcp_tcph = (tcph_t *)(acceptor->tcp_iphc + in tcp_accept_comm()
1497 bcopy(tcph->th_lport, acceptor->tcp_tcph->th_fport, sizeof (in_port_t)); in tcp_accept_comm()
1498 bcopy(acceptor->tcp_tcph->th_fport, &acceptor->tcp_fport, in tcp_accept_comm()
1506 bcopy(tcph->th_fport, acceptor->tcp_tcph->th_lport, in tcp_accept_comm()
2008 U32_TO_ABE16(tcp->tcp_rwnd >> tcp->tcp_rcv_ws, tcp->tcp_tcph->th_win); in tcp_rwnd_set()
2271 tmp_tcph = (char *)tcp->tcp_tcph; in tcp_process_options()
2287 tcp->tcp_tcph->th_offset_and_rsrvd[0] += (3 << 4); in tcp_process_options()
[all …]
H A Dtcp_inet.h214 tcph_t *tcp_tcph; /* tcp header within combined hdr */ member
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h1324 tcph_t *tcp_tcph; /* tcp header within combined hdr */ member