Lines Matching defs:mp4ctl
10566 mblk_t *mp4ctl; /* routeattrs */
10575 * - mp4ctl is sent upstream as ipRouteAttributeTable
10579 mp4ctl = copymsg(mpctl);
10580 if (mp3ctl == NULL || mp4ctl == NULL) {
10581 freemsg(mp4ctl);
10592 ird.ird_attrs.lp_head = mp4ctl->b_cont;
10625 /* ipRouteAttributeTable in mp4ctl */
10626 optp = (struct opthdr *)&mp4ctl->b_rptr[sizeof (struct T_optmgmt_ack)];
10633 freemsg(mp4ctl);
10635 qreply(q, mp4ctl);
10651 mblk_t *mp4ctl; /* routeattrs */
10660 * - mp4ctl is sent upstream as ipv6RouteAttributeTable
10664 mp4ctl = copymsg(mpctl);
10665 if (mp3ctl == NULL || mp4ctl == NULL) {
10666 freemsg(mp4ctl);
10677 ird.ird_attrs.lp_head = mp4ctl->b_cont;
10709 /* ipv6RouteAttributeTable in mp4ctl */
10710 optp = (struct opthdr *)&mp4ctl->b_rptr[sizeof (struct T_optmgmt_ack)];
10717 freemsg(mp4ctl);
10719 qreply(q, mp4ctl);