Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/udp/
H A Dudp_stats.c57 mblk_t *mp6_attr_ctl; in udp_snmp_get() local
93 (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()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c102 mblk_t *mp6_attr_ctl = NULL; in tcp_snmp_get() local
131 (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()