Searched refs:mp_attr_ctl (Results 1 – 3 of 3) sorted by relevance
55 mblk_t *mp_attr_ctl; in udp_snmp_get() local87 mp_conn_ctl = mp_attr_ctl = mp6_conn_ctl = NULL; in udp_snmp_get()91 (mp_attr_ctl = copymsg(mpctl)) == NULL || in udp_snmp_get()95 freemsg(mp_attr_ctl); in udp_snmp_get()255 mp_attr_ctl->b_cont, &mp_attr_tail, in udp_snmp_get()314 optp = (struct opthdr *)&mp_attr_ctl->b_rptr[ in udp_snmp_get()318 optp->len = msgdsize(mp_attr_ctl->b_cont); in udp_snmp_get()320 freemsg(mp_attr_ctl); in udp_snmp_get()322 qreply(q, mp_attr_ctl); in udp_snmp_get()
537 mblk_t *mp_attr_ctl = NULL; in sctp_snmp_get_mib2() local565 mp_attr_ctl = copymsg(mpctl); in sctp_snmp_get_mib2()570 mp_rem_ctl == NULL || mp_attr_ctl == NULL || mpdata == NULL) { in sctp_snmp_get_mib2()571 freemsg(mp_attr_ctl); in sctp_snmp_get_mib2()582 mp_attr_data = mp_attr_ctl->b_cont; in sctp_snmp_get_mib2()808 (void) snmp_append_data2(mp_attr_ctl->b_cont, in sctp_snmp_get_mib2()853 optp = (struct opthdr *)&mp_attr_ctl->b_rptr[ in sctp_snmp_get_mib2()859 freemsg(mp_attr_ctl); in sctp_snmp_get_mib2()861 qreply(q, mp_attr_ctl); in sctp_snmp_get_mib2()
98 mblk_t *mp_attr_ctl = NULL; in tcp_snmp_get() local129 (mp_attr_ctl = copymsg(mpctl)) == NULL || in tcp_snmp_get()133 freemsg(mp_attr_ctl); in tcp_snmp_get()354 mp_attr_ctl->b_cont, in tcp_snmp_get()392 optp = (struct opthdr *)&mp_attr_ctl->b_rptr[ in tcp_snmp_get()396 optp->len = msgdsize(mp_attr_ctl->b_cont); in tcp_snmp_get()398 freemsg(mp_attr_ctl); in tcp_snmp_get()400 qreply(q, mp_attr_ctl); in tcp_snmp_get()