smi_oid_cmp
int smi_oid_cmp(struct oid *, struct oid *);
RB_PROTOTYPE(oidtree, oid, o_element, smi_oid_cmp)
RB_GENERATE(oidtree, oid, o_element, smi_oid_cmp)
int smi_oid_cmp(struct oid *, struct oid *);
RB_PROTOTYPE(oidtree, oid, o_element, smi_oid_cmp);
RB_GENERATE(oidtree, oid, o_element, smi_oid_cmp);