Searched refs:ntcr (Results 1 – 1 of 1) sorted by relevance
587 struct T_conn_req *ntcr; in tcp_tpi_connect() local596 ntcr = (struct T_conn_req *)nmp->b_rptr; in tcp_tpi_connect()597 bzero(ntcr, sizeof (struct T_conn_req)); /* zero fill */ in tcp_tpi_connect()598 ntcr->PRIM_type = T_CONN_REQ; in tcp_tpi_connect()599 ntcr->DEST_length = sizeof (sin_t); in tcp_tpi_connect()600 ntcr->DEST_offset = sizeof (struct T_conn_req); in tcp_tpi_connect()602 nsin = (sin_t *)((uchar_t *)ntcr + ntcr->DEST_offset); in tcp_tpi_connect()618 ntcr->OPT_length = tcr->OPT_length; in tcp_tpi_connect()619 ntcr->OPT_offset = nmp->b_wptr - nmp->b_rptr; in tcp_tpi_connect()621 (uchar_t *)ntcr + ntcr->OPT_offset, in tcp_tpi_connect()[all …]