Home
last modified time | relevance | path

Searched refs:mp2ctl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c882 mblk_t *mp2ctl; in ip_snmp_get_mib2_ip_dce() local
895 mp2ctl = copymsg(mpctl); in ip_snmp_get_mib2_ip_dce()
931 if (mp2ctl == NULL) { in ip_snmp_get_mib2_ip_dce()
937 mpctl = mp2ctl; in ip_snmp_get_mib2_ip_dce()
939 mp2ctl = copymsg(mpctl); in ip_snmp_get_mib2_ip_dce()
976 return (mp2ctl); in ip_snmp_get_mib2_ip_dce()
H A Dip.c9799 mblk_t *mp2ctl; in ip_snmp_get_mib2_ip() local
9805 mp2ctl = copymsg(mpctl); in ip_snmp_get_mib2_ip()
9887 return (mp2ctl); in ip_snmp_get_mib2_ip()
9896 mblk_t *mp2ctl; in ip_snmp_get_mib2_ip_traffic_stats() local
9906 mp2ctl = copymsg(mpctl); in ip_snmp_get_mib2_ip_traffic_stats()
9973 if (mp2ctl == NULL) in ip_snmp_get_mib2_ip_traffic_stats()
9976 return (ip_snmp_get_mib2_ip(q, mp2ctl, &global_ip_mib, ipst, in ip_snmp_get_mib2_ip_traffic_stats()
9985 mblk_t *mp2ctl; in ip_snmp_get_mib2_icmp() local
9990 mp2ctl = copymsg(mpctl); in ip_snmp_get_mib2_icmp()
10004 return (mp2ctl); in ip_snmp_get_mib2_icmp()
[all …]
H A Dicmp.c2855 mblk_t *mp2ctl; in icmp_snmp_get() local
2860 mp2ctl = copymsg(mpctl); in icmp_snmp_get()
2865 freemsg(mp2ctl); in icmp_snmp_get()
2878 return (mp2ctl); in icmp_snmp_get()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c87 mblk_t *mp2ctl; in udp_snmp_get() local
94 mp2ctl = copymsg(mpctl); in udp_snmp_get()
117 freemsg(mp2ctl); in udp_snmp_get()
416 return (mp2ctl); in udp_snmp_get()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c173 mblk_t *mp2ctl; in tcp_snmp_get() local
180 mp2ctl = copymsg(mpctl); in tcp_snmp_get()
197 freemsg(mp2ctl); in tcp_snmp_get()
482 return (mp2ctl); in tcp_snmp_get()