Searched refs:mp_info_ctl (Results 1 – 3 of 3) sorted by relevance
61 mblk_t *mp_info_ctl; in udp_snmp_get() local99 mp_info_ctl = NULL; in udp_snmp_get()106 (mp_info_ctl = copymsg(mpctl)) == NULL || in udp_snmp_get()112 freemsg(mp_info_ctl); in udp_snmp_get()290 mp_info_ctl->b_cont, &mp_info_tail, in udp_snmp_get()376 optp = (struct opthdr *)&mp_info_ctl->b_rptr[ in udp_snmp_get()380 optp->len = msgdsize(mp_info_ctl->b_cont); in udp_snmp_get()382 freemsg(mp_info_ctl); in udp_snmp_get()384 qreply(q, mp_info_ctl); in udp_snmp_get()
545 mblk_t *mp_info_ctl = NULL; in sctp_snmp_get_mib2() local575 mp_info_ctl = copymsg(mpctl); in sctp_snmp_get_mib2()580 mp_rem_ctl == NULL || mp_attr_ctl == NULL || mp_info_ctl == NULL || in sctp_snmp_get_mib2()582 freemsg(mp_info_ctl); in sctp_snmp_get_mib2()595 mp_info_data = mp_info_ctl->b_cont; in sctp_snmp_get_mib2()823 mp_info_ctl->b_cont, in sctp_snmp_get_mib2()886 optp = (struct opthdr *)&mp_info_ctl->b_rptr[ in sctp_snmp_get_mib2()892 freemsg(mp_info_ctl); in sctp_snmp_get_mib2()894 qreply(q, mp_info_ctl); in sctp_snmp_get_mib2()
151 mblk_t *mp_info_ctl = NULL; in tcp_snmp_get() local186 (mp_info_ctl = copymsg(mpctl)) == NULL || in tcp_snmp_get()192 freemsg(mp_info_ctl); in tcp_snmp_get()391 mp_info_ctl->b_cont, &mp_info_tail, in tcp_snmp_get()442 optp = (struct opthdr *)&mp_info_ctl->b_rptr[ in tcp_snmp_get()446 optp->len = msgdsize(mp_info_ctl->b_cont); in tcp_snmp_get()448 freemsg(mp_info_ctl); in tcp_snmp_get()450 qreply(q, mp_info_ctl); in tcp_snmp_get()