Searched refs:mp6_attr_ctl (Results 1 – 2 of 2) sorted by relevance
57 mblk_t *mp6_attr_ctl; in udp_snmp_get() local93 (mp6_attr_ctl = copymsg(mpctl)) == NULL) { in udp_snmp_get()298 mp6_attr_ctl->b_cont, in udp_snmp_get()333 optp = (struct opthdr *)&mp6_attr_ctl->b_rptr[ in udp_snmp_get()337 optp->len = msgdsize(mp6_attr_ctl->b_cont); in udp_snmp_get()339 freemsg(mp6_attr_ctl); in udp_snmp_get()341 qreply(q, mp6_attr_ctl); in udp_snmp_get()
102 mblk_t *mp6_attr_ctl = NULL; in tcp_snmp_get() local131 (mp6_attr_ctl = copymsg(mpctl)) == NULL) { in tcp_snmp_get()135 freemsg(mp6_attr_ctl); in tcp_snmp_get()286 (void) snmp_append_data2(mp6_attr_ctl->b_cont, in tcp_snmp_get()411 optp = (struct opthdr *)&mp6_attr_ctl->b_rptr[ in tcp_snmp_get()415 optp->len = msgdsize(mp6_attr_ctl->b_cont); in tcp_snmp_get()417 freemsg(mp6_attr_ctl); in tcp_snmp_get()419 qreply(q, mp6_attr_ctl); in tcp_snmp_get()