Searched refs:index_compare (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_udp.c214 if (index_compare(&value->var, sub, &udpoids[i].index) < 0)
223 if (index_compare(&value->var, sub, &udpoids[i].index) == 0)
H A DmibII_tcp.c286 if (index_compare(&value->var, sub, &tcpoids[i].index) < 0)
295 if (index_compare(&value->var, sub, &tcpoids[i].index) == 0)
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dsnmpmod.h83 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \
92 if (index_compare(OID, SUB, &_lelem->INDEX) == 0) \
153 if (index_compare(OID, SUB, &_lelem->INDEX) == 0) \
162 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \
663 int index_compare(const struct asn_oid *, u_int, const struct asn_oid *);
H A Dexport.c381 index_compare(const struct asn_oid *oid, u_int sub, const struct asn_oid *idx) function
/freebsd-13-stable/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile55 MLINKS+= snmpmod.3 index_compare.3
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c1574 if (index_compare(oid, sub + 1, &idx) < 0)

Completed in 66 milliseconds