Searched defs:toa_lenp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.c632 size_t *toa_lenp)
645 *toa_lenp = sizeof (struct T_optmgmt_ack); /* initial value */
690 *toa_lenp += _TPI_ALIGN_TOPT(opt->len);
714 *toa_lenp += _TPI_ALIGN_TOPT(opt->len);
719 *toa_lenp += allopt_len;
749 *toa_lenp += _TPI_ALIGN_TOPT(opt->len);
768 *toa_lenp += sizeof (struct T_opthdr) +
798 *toa_lenp += _TPI_ALIGN_TOPT(opt->len);
815 *toa_lenp += _TPI_ALIGN_TOPT(opt->len);
827 *toa_lenp
631 process_topthdrs_first_pass(mblk_t *mp, cred_t *cr, optdb_obj_t *dbobjp, size_t *toa_lenp) argument
[all...]

Completed in 140 milliseconds