Searched refs:index_compare (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/bsnmp/snmp_mibII/ |
| D | mibII_udp.c | 214 if (index_compare(&value->var, sub, &udpoids[i].index) < 0) in op_udptable() 223 if (index_compare(&value->var, sub, &udpoids[i].index) == 0) in op_udptable()
|
| D | mibII_tcp.c | 268 if (index_compare(&value->var, sub, &tcpoids[i].index) < 0) in op_tcpconn() 277 if (index_compare(&value->var, sub, &tcpoids[i].index) == 0) in op_tcpconn()
|
| /freebsd-9-stable/contrib/bsnmp/snmpd/ |
| D | snmpmod.h | 111 if (index_compare(OID, SUB, &_lelem->INDEX) == 0) \ 120 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \ 619 int index_compare(const struct asn_oid *, u_int, const struct asn_oid *);
|
| D | export.c | 376 index_compare(const struct asn_oid *oid, u_int sub, const struct asn_oid *idx) in index_compare() function
|
| /freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
| D | snmp_netgraph.c | 1574 if (index_compare(oid, sub + 1, &idx) < 0) in find_hook_next()
|