Home
last modified time | relevance | path

Searched refs:opt_lenp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.c1517 tpi_optcom_buf(queue_t *q, mblk_t *mp, t_scalar_t *opt_lenp, in tpi_optcom_buf() argument
1532 ASSERT((uchar_t *)opt_lenp > mp->b_rptr && in tpi_optcom_buf()
1533 (uchar_t *)opt_lenp < mp->b_wptr); in tpi_optcom_buf()
1555 mi_offset_param(mp, opt_offset, *opt_lenp)) == NULL) { in tpi_optcom_buf()
1565 + *opt_lenp); in tpi_optcom_buf()
1575 opt = _TPI_TOPT_NEXTHDR(opt_start, *opt_lenp, opt)) { in tpi_optcom_buf()
1729 *opt_lenp = (t_scalar_t)(optr - init_optr); in tpi_optcom_buf()
1730 if (*opt_lenp > 0) { in tpi_optcom_buf()
1731 bcopy(init_optr, opt_start, *opt_lenp); in tpi_optcom_buf()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c122 t_scalar_t *opt_lenp; in tcp_conprim_opt_process() local
149 opt_lenp = (t_scalar_t *)&tcreqp->OPT_length; in tcp_conprim_opt_process()
155 opt_lenp = (t_scalar_t *)&tcresp->OPT_length; in tcp_conprim_opt_process()
158 opt_lenp = 0; in tcp_conprim_opt_process()
167 error = tpi_optcom_buf(tcp->tcp_connp->conn_wq, mp, opt_lenp, in tcp_conprim_opt_process()