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

/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.c518 mblk_t *toa_mp; local
578 toa_mp = allocb_tmpl(toa_len, mp);
579 if (!toa_mp) {
595 if ((t_error = do_options_second_pass(q, mp, toa_mp, cr, dbobjp,
597 freemsg(toa_mp);
606 toa = (struct T_optmgmt_ack *)toa_mp->b_rptr;
607 toa->OPT_length = (t_scalar_t)(toa_mp->b_wptr - (toa_mp->b_rptr +
616 toa_mp->b_datap->db_type = M_PCPROTO;
618 qreply(q, toa_mp);
[all...]

Completed in 59 milliseconds