Home
last modified time | relevance | path

Searched refs:th_lport (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp_inet.h71 uint8_t th_lport[2]; /* Source port */ member
H A Dtcp.c455 return (*(uint16_t *)(((tcph_t *)tcphp)->th_lport)); in tcp_report_ports()
1222 *(uint16_t *)tcp->tcp_tcph->th_lport = tcp->tcp_lport; in tcp_bind()
1497 bcopy(tcph->th_lport, acceptor->tcp_tcph->th_fport, sizeof (in_port_t)); in tcp_accept_comm()
1506 bcopy(tcph->th_fport, acceptor->tcp_tcph->th_lport, in tcp_accept_comm()
6183 tcp_xchg(tcph->th_fport, tcph->th_lport, 2); in tcp_xmit_early_reset()
/titanic_50/usr/src/lib/libdtrace/common/
H A Dtcp.d.in158 tcp_sport = ntohs(*(uint16_t *)T->th_lport);
173 T != NULL ? ntohs(*(uint16_t *)((tcph_t *)T)->th_lport) :
/titanic_50/usr/src/uts/common/inet/
H A Dtcp.h94 uint8_t th_lport[2]; /* Source port */ member