Searched refs:smi_key_cmp (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.sbin/snmpd/ |
| D | smi.c | 54 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/ |
| D | smi.c | 45 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)
|