Searched refs:index_compare (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/contrib/bsnmp/snmpd/ |
| HD | snmpmod.h | 83 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 *);
|
| HD | export.c | 381 index_compare(const struct asn_oid *oid, u_int sub, const struct asn_oid *idx) in index_compare() function
|
| /freebsd-14-stable/contrib/bsnmp/snmp_mibII/ |
| HD | 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()
|
| HD | mibII_tcp.c | 286 if (index_compare(&value->var, sub, &tcpoids[i].index) < 0) in op_tcpconn() 295 if (index_compare(&value->var, sub, &tcpoids[i].index) == 0) in op_tcpconn()
|
| /freebsd-14-stable/usr.sbin/bsnmpd/bsnmpd/ |
| HD | Makefile | 54 MLINKS+= snmpmod.3 index_compare.3
|
| /freebsd-14-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
| HD | snmp_netgraph.c | 1572 if (index_compare(oid, sub + 1, &idx) < 0) in find_hook_next()
|
| /freebsd-14-stable/tools/build/mk/ |
| HD | OptionalObsoleteFiles.inc | 633 OLD_FILES+=usr/share/man/man3/index_compare.3.gz
|