Searched refs:th_lport (Results 1 – 4 of 4) sorted by relevance
71 uint8_t th_lport[2]; /* Source port */ member
455 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()
158 tcp_sport = ntohs(*(uint16_t *)T->th_lport);173 T != NULL ? ntohs(*(uint16_t *)((tcph_t *)T)->th_lport) :
94 uint8_t th_lport[2]; /* Source port */ member