Searched refs:tcp_tcph (Results 1 – 2 of 2) sorted by relevance
1221 *(uint16_t *)tcp->tcp_tcph->th_lport = tcp->tcp_lport; in tcp_bind()1329 tcph = tcp->tcp_tcph; in tcp_connect()1359 tcp->tcp_tcph->th_win); in tcp_connect()1477 acceptor->tcp_tcph = (tcph_t *)(acceptor->tcp_iphc + in tcp_accept_comm()1496 bcopy(tcph->th_lport, acceptor->tcp_tcph->th_fport, sizeof (in_port_t)); in tcp_accept_comm()1497 bcopy(acceptor->tcp_tcph->th_fport, &acceptor->tcp_fport, in tcp_accept_comm()1505 bcopy(tcph->th_fport, acceptor->tcp_tcph->th_lport, in tcp_accept_comm()2007 U32_TO_ABE16(tcp->tcp_rwnd >> tcp->tcp_rcv_ws, tcp->tcp_tcph->th_win); in tcp_rwnd_set()2270 tmp_tcph = (char *)tcp->tcp_tcph; in tcp_process_options()2286 tcp->tcp_tcph->th_offset_and_rsrvd[0] += (3 << 4); in tcp_process_options()[all …]
214 tcph_t *tcp_tcph; /* tcp header within combined hdr */ member