Searched refs:next_mib (Results 1 – 1 of 1) sorted by relevance
729 const struct snmp_mib *next_mib = NULL; in snmp_get_next_mib() local741 if ((next_mib == NULL) || in snmp_get_next_mib()743 next_mib->base_oid, next_mib->base_oid_len) < 0)) { in snmp_get_next_mib()744 next_mib = snmp_mibs[i]; in snmp_get_next_mib()750 return next_mib; in snmp_get_next_mib()756 const struct snmp_mib *next_mib = snmp_get_next_mib(oid1, oid1_len); in snmp_get_mib_between() local761 if (next_mib != NULL) { in snmp_get_mib_between()762 if (snmp_oid_compare(next_mib->base_oid, next_mib->base_oid_len, oid2, oid2_len) < 0) { in snmp_get_mib_between()763 return next_mib; in snmp_get_mib_between()940 const struct snmp_mib *next_mib; in snmp_get_next_node_instance_from_oid() local[all …]