Home
last modified time | relevance | path

Searched refs:RB_NFIND (Results 1 – 10 of 10) sorted by relevance

/openbsd/usr.sbin/ypldap/
H A Dyp.c603 if ((ue = RB_NFIND(user_name_tree, env->sc_user_names, in ypproc_next_2_svc()
620 if ((ge = RB_NFIND(group_name_tree, env->sc_group_names, in ypproc_next_2_svc()
/openbsd/usr.sbin/ospf6d/
H A Drde_lsdb.c633 v = RB_NFIND(lsa_tree, &area->lsa_tree, &key); in lsa_find_rtr_frag()
674 v = RB_NFIND(lsa_tree, tree, &key); in lsa_find_lsid()
/openbsd/regress/sys/sys/tree/rb/
H A Drb-test.c404 ins = RB_NFIND(tree, &root, tmp); in RB_PROTOTYPE()
971 ins = RB_NFIND(tree, &root, &it); in mix_operations()
/openbsd/usr.sbin/bgpd/
H A Drde_rib.c584 ctx->ctx_re = RB_NFIND(rib_tree, rib_tree(rib_byid(id)), &xre); in rib_dump_subtree()
901 np = RB_NFIND(prefix_index, &peer->adj_rib_out, &xp); in prefix_adjout_first()
1518 ctx->ctx_p = RB_NFIND(prefix_index, &peer->adj_rib_out, &xp); in prefix_dump_subtree()
/openbsd/usr.sbin/snmpd/
H A Dapplication_internal.c397 object = RB_NFIND(appl_internal_objects, in appl_internal_getnext()
H A Dapplication.c833 nregion = RB_NFIND(appl_regions, &(ctx->ac_regions), &search); in appl_region_next()
1681 region = RB_NFIND(appl_regions, in appl_varbind_backend()
/openbsd/lib/libagentx/
H A Dagentx.c795 axo = RB_NFIND(axc_objects, &(axc->axc_objects), &axo_search);
2041 axo = RB_NFIND(axc_objects, &(axr->axr_axc->axc_objects), &axo_search);
2820 axo = RB_NFIND(axc_objects, &(axc->axc_objects), &axo_search);
/openbsd/sys/sys/
H A Dtree.h722 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) macro
/openbsd/usr.bin/ssh/
H A Dkrl.c256 ers = RB_NFIND(revoked_serial_tree, rt, &rs); in insert_serial_range()
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dkroute.c967 return RB_NFIND(ka_tree, &kat, &ka); in kr_getnextaddr()