Home
last modified time | relevance | path

Searched refs:smi_key_cmp (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/snmpd/
Dsmi.c54 int smi_key_cmp(struct oid *, struct oid *);
62 RB_PROTOTYPE(keytree, oid, o_keyword, smi_key_cmp);
617 smi_key_cmp(struct oid *a, struct oid *b) in smi_key_cmp() function
624 RB_GENERATE(keytree, oid, o_keyword, smi_key_cmp);
/openbsd/src/usr.bin/snmp/
Dsmi.c45 int smi_key_cmp(struct oid *, struct oid *);
54 RB_PROTOTYPE(keytree, oid, o_keyword, smi_key_cmp)
736 smi_key_cmp(struct oid *a, struct oid *b) in smi_key_cmp() function
750 RB_GENERATE(keytree, oid, o_keyword, smi_key_cmp)