Searched refs:legacy_req (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ |
H A D | snmpcom.c | 178 boolean_t legacy_req; in snmpcom_req() local 264 legacy_req = B_TRUE; in snmpcom_req() 266 legacy_req = B_FALSE; in snmpcom_req() 267 if (!(*getfn)(q, mpctl, req_start->level, legacy_req)) in snmpcom_req()
|
/titanic_41/usr/src/uts/common/inet/udp/ |
H A D | udp_stats.c | 51 udp_snmp_get(queue_t *q, mblk_t *mpctl, boolean_t legacy_req) in udp_snmp_get() argument 104 if (legacy_req) { in udp_snmp_get()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 9606 ip_snmp_get(queue_t *q, mblk_t *mpctl, int level, boolean_t legacy_req) in ip_snmp_get() argument 9639 if ((mpctl = udp_snmp_get(q, mpctl, legacy_req)) == NULL) { in ip_snmp_get() 9645 if ((mpctl = tcp_snmp_get(q, mpctl, legacy_req)) == NULL) { in ip_snmp_get() 9651 ipst, legacy_req)) == NULL) { in ip_snmp_get() 9656 legacy_req)) == NULL) { in ip_snmp_get() 9677 legacy_req)) == NULL) { in ip_snmp_get() 9682 legacy_req)) == NULL) { in ip_snmp_get() 9731 ip_stack_t *ipst, boolean_t legacy_req) in ip_snmp_get_mib2_ip() argument 9754 (legacy_req) ? LEGACY_MIB_SIZE(&mae, mib2_ipAddrEntry_t) : in ip_snmp_get_mib2_ip() 9829 boolean_t legacy_req) in ip_snmp_get_mib2_ip_traffic_stats() argument [all …]
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_stats.c | 93 tcp_snmp_get(queue_t *q, mblk_t *mpctl, boolean_t legacy_req) in tcp_snmp_get() argument 144 if (legacy_req) { in tcp_snmp_get()
|