Symbol: RB_PROTOTYPE
lib/libcrypto/x509/x509_issuer_cache.c
56
RB_PROTOTYPE(x509_issuer_tree, x509_issuer, entry, x509_issuer_cmp);
libexec/snmpd/snmpd_metrics/kroute.c
145
RB_PROTOTYPE(kroute6_tree, kroute6_node, entry, kroute6_compare)
libexec/snmpd/snmpd_metrics/kroute.c
149
RB_PROTOTYPE(kif_tree, kif_node, entry, kif_compare)
libexec/snmpd/snmpd_metrics/kroute.c
153
RB_PROTOTYPE(ka_tree, kif_addr, node, ka_compare)
regress/sys/sys/tree/rb/rb-test.c
120
RB_PROTOTYPE(tree, node, node_link, compare)
sbin/iked/iked.h
1089
RB_PROTOTYPE(iked_sas, iked_sa, sa_entry, sa_cmp);
sbin/iked/iked.h
1090
RB_PROTOTYPE(iked_dstid_sas, iked_sa, sa_dstid_entry, sa_dstid_cmp);
sbin/iked/iked.h
1091
RB_PROTOTYPE(iked_addrpool, iked_sa, sa_addrpool_entry, sa_addrpool_cmp);
sbin/iked/iked.h
1092
RB_PROTOTYPE(iked_addrpool6, iked_sa, sa_addrpool6_entry, sa_addrpool6_cmp);
sbin/iked/iked.h
1093
RB_PROTOTYPE(iked_users, iked_user, user_entry, user_cmp);
sbin/iked/iked.h
1094
RB_PROTOTYPE(iked_activesas, iked_childsa, csa_node, childsa_cmp);
sbin/iked/iked.h
1095
RB_PROTOTYPE(iked_flows, iked_flow, flow_node, flow_cmp);
sbin/init/init.c
162
RB_PROTOTYPE(session_tree, init_session, se_entry, cmp_sessions);
sbin/pfctl/pfctl_parser.h
341
RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
sbin/unwind/unwind.h
201
RB_PROTOTYPE(force_tree, force_tree_entry, entry, force_tree_cmp);
sys/dev/pci/drm/include/linux/rbtree.h
58
RB_PROTOTYPE(linux_root, rb_node, __entry, panic_cmp);
sys/net/pf_if.c
86
RB_PROTOTYPE(pfi_ifhead, pfi_kif, pfik_tree, pfi_if_compare);
sys/net/pf_norm.c
112
RB_PROTOTYPE(pf_frnode_tree, pf_frnode, fn_entry, pf_frnode_compare);
sys/net/pf_norm.c
117
RB_PROTOTYPE(pf_frag_tree, pf_fragment, fr_entry, pf_frag_compare);
sys/net/pf_table.c
206
RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
sys/net/pfvar.h
1730
RB_PROTOTYPE(pf_src_tree, pf_src_node, entry, pf_src_compare);
sys/net/pfvar.h
863
RB_PROTOTYPE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare)
sys/net/pfvar.h
864
RB_PROTOTYPE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare)
usr.bin/ctfconv/itype.h
99
RB_PROTOTYPE(isymb_tree, itype, it_node, it_name_cmp);
usr.bin/cvs/file.h
87
RB_PROTOTYPE(cvs_flisthead, cvs_filelist, flist, cvs_filelist_cmp);
usr.bin/file/magic.h
181
RB_PROTOTYPE(magic_tree, magic_line, node, magic_compare);
usr.bin/file/magic.h
184
RB_PROTOTYPE(magic_named_tree, magic_line, node, magic_named_compare);
usr.bin/snmp/smi.c
54
RB_PROTOTYPE(keytree, oid, o_keyword, smi_key_cmp)
usr.bin/snmp/smi.c
58
RB_PROTOTYPE(textconvtree, textconv, tc_entry, smi_textconv_cmp);
usr.bin/tmux/tmux.h
2921
RB_PROTOTYPE(client_files, client_file, entry, file_cmp);
usr.bin/tmux/tmux.h
2972
RB_PROTOTYPE(client_windows, client_window, entry, server_client_window_cmp);
usr.bin/tmux/tmux.h
3305
RB_PROTOTYPE(windows, window, entry, window_cmp);
usr.bin/tmux/tmux.h
3307
RB_PROTOTYPE(winlinks, winlink, entry, winlink_cmp);
usr.bin/tmux/tmux.h
3309
RB_PROTOTYPE(window_pane_tree, window_pane, tree_entry, window_pane_cmp);
usr.bin/tmux/tmux.h
3577
RB_PROTOTYPE(sessions, session, entry, session_cmp);
usr.bin/tmux/tmux.h
3579
RB_PROTOTYPE(session_groups, session_group, entry, session_group_cmp);
usr.sbin/bgpd/bgpd.h
1529
RB_PROTOTYPE(prefixset_tree, prefixset_item, entry, prefixset_cmp);
usr.sbin/bgpd/bgpd.h
1530
RB_PROTOTYPE(roa_tree, roa, entry, roa_cmp);
usr.sbin/bgpd/bgpd.h
1531
RB_PROTOTYPE(aspa_tree, aspa_set, entry, aspa_cmp);
usr.sbin/bgpd/bgpd.h
1532
RB_PROTOTYPE(flowspec_tree, flowspec_config, entry, flowspec_config_cmp);
usr.sbin/bgpd/kroute.c
186
RB_PROTOTYPE(kroute_tree, kroute, entry, kroute_compare)
usr.sbin/bgpd/kroute.c
189
RB_PROTOTYPE(kroute6_tree, kroute6, entry, kroute6_compare)
usr.sbin/bgpd/kroute.c
192
RB_PROTOTYPE(knexthop_tree, knexthop, entry, knexthop_compare)
usr.sbin/bgpd/kroute.c
195
RB_PROTOTYPE(kredist_tree, kredist_node, entry, kredist_compare)
usr.sbin/bgpd/kroute.c
199
RB_PROTOTYPE(kif_tree, kif, entry, kif_compare)
usr.sbin/bgpd/rde.h
448
RB_PROTOTYPE(peer_tree, rde_peer, entry, peer_cmp);
usr.sbin/bgpd/rde_prefix.c
149
RB_PROTOTYPE(pt_tree, pt_entry, pt_e, pt_prefix_cmp);
usr.sbin/bgpd/rde_rib.c
51
RB_PROTOTYPE(rib_tree, rib_entry, rib_e, rib_compare);
usr.sbin/bgpd/session.h
330
RB_PROTOTYPE(peer_head, peer, entry, peer_compare);
usr.sbin/dvmrpd/kroute.c
68
RB_PROTOTYPE(kif_tree, kif_node, entry, kif_compare)
usr.sbin/dvmrpd/rde_mfc.c
59
RB_PROTOTYPE(mfc_tree, mfc_node, entry, mfc_compare)
usr.sbin/dvmrpd/rde_srt.c
63
RB_PROTOTYPE(rt_tree, rt_node, entry, rt_compare)
usr.sbin/eigrpd/eigrpe.h
66
RB_PROTOTYPE(nbr_addr_head, nbr, addr_tree, nbr_compare)
usr.sbin/eigrpd/eigrpe.h
67
RB_PROTOTYPE(nbr_pid_head, nbr, pid_tree, nbr_pid_compare)
usr.sbin/eigrpd/kroute.c
81
RB_PROTOTYPE(kif_tree, kif_node, entry, kif_compare)
usr.sbin/eigrpd/rde.h
95
RB_PROTOTYPE(rt_tree, rt_node, entry, rt_compare)
usr.sbin/hostapd/hostapd.h
398
RB_PROTOTYPE(hostapd_tree, hostapd_entry, e_nodes, hostapd_entry_cmp);
usr.sbin/httpd/httpd.h
752
RB_PROTOTYPE(kvtree, kv, kv_node, kv_cmp);
usr.sbin/httpd/httpd.h
753
RB_PROTOTYPE(mediatypes, media_type, media_entry, media_cmp);
usr.sbin/ldapd/btree.c
152
RB_PROTOTYPE(page_cache, mpage, entry, mpage_cmp);
usr.sbin/ldapd/ldapd.h
173
RB_PROTOTYPE(dn_tree, uniqdn, link, uniqdn_cmp);
usr.sbin/ldapd/schema.h
113
RB_PROTOTYPE(object_tree, object, link, obj_oid_cmp);
usr.sbin/ldapd/schema.h
126
RB_PROTOTYPE(oidname_tree, oidname, link, oidname_cmp);
usr.sbin/ldapd/schema.h
134
RB_PROTOTYPE(symoid_tree, symoid, link, symoid_cmp);
usr.sbin/ldapd/schema.h
80
RB_PROTOTYPE(attr_type_tree, attr_type, link, attr_oid_cmp);
usr.sbin/ldpd/kroute.c
85
RB_PROTOTYPE(kif_tree, kif_node, entry, kif_compare)
usr.sbin/ldpd/ldpe.h
117
RB_PROTOTYPE(nbr_addr_head, nbr, addr_tree, nbr_addr_compare)
usr.sbin/ldpd/ldpe.h
119
RB_PROTOTYPE(nbr_pid_head, nbr, pid_tree, nbr_pid_compare)
usr.sbin/ospf6d/kroute.c
105
RB_PROTOTYPE(kroute_tree, kroute_node, entry, kroute_compare)
usr.sbin/ospf6d/rde.c
86
RB_PROTOTYPE(prefix_tree, prefix_node, entry, prefix_compare);
usr.sbin/ospf6d/rde.h
193
RB_PROTOTYPE(lsa_tree, vertex, entry, lsa_compare)
usr.sbin/ospf6d/rde_spf.c
35
RB_PROTOTYPE(rt_tree, rt_node, entry, rt_compare)
usr.sbin/ospfd/kroute.c
114
RB_PROTOTYPE(kroute_tree, kroute_node, entry, kroute_compare)
usr.sbin/ospfd/rde.c
1148
RB_PROTOTYPE(asext_tree, asext_node, entry, asext_compare)
usr.sbin/ospfd/rde.h
178
RB_PROTOTYPE(lsa_tree, vertex, entry, lsa_compare)
usr.sbin/ospfd/rde_spf.c
35
RB_PROTOTYPE(rt_tree, rt_node, entry, rt_compare)
usr.sbin/relayd/relayd.h
1373
RB_PROTOTYPE(kvtree, kv, kv_node, kv_cmp);
usr.sbin/ripd/kroute.c
93
RB_PROTOTYPE(kroute_tree, kroute_node, entry, kroute_compare)
usr.sbin/ripd/kroute.c
97
RB_PROTOTYPE(kif_tree, kif_node, entry, kif_compare)
usr.sbin/ripd/rde_rib.c
42
RB_PROTOTYPE(rt_tree, rt_node, entry, rt_compare)
usr.sbin/rpki-client/extern.h
169
RB_PROTOTYPE(nca_tree, nonfunc_ca, entry, ncacmp);
usr.sbin/rpki-client/extern.h
377
RB_PROTOTYPE(vap_tree, vap, entry, vapcmp);
usr.sbin/rpki-client/extern.h
396
RB_PROTOTYPE(vrp_tree, vrp, entry, vrpcmp);
usr.sbin/rpki-client/extern.h
416
RB_PROTOTYPE(vsp_tree, vsp, entry, vspcmp);
usr.sbin/rpki-client/extern.h
433
RB_PROTOTYPE(brk_tree, brk, entry, brkcmp);
usr.sbin/rpki-client/extern.h
454
RB_PROTOTYPE(ccr_mft_tree, ccr_mft, entry, ccr_mft_cmp);
usr.sbin/rpki-client/extern.h
457
RB_PROTOTYPE(ccr_vrp_tree, vrp, entry, ccr_vrp_cmp);
usr.sbin/rpki-client/extern.h
465
RB_PROTOTYPE(ccr_tas_tree, ccr_tas_ski, entry, ccr_tas_ski_cmp);
usr.sbin/rpki-client/filemode.c
65
RB_PROTOTYPE(uripath_tree, uripath, entry, uripathcmp);
usr.sbin/rpki-client/repo.c
132
RB_PROTOTYPE(filepath_tree, filepath, entry, filepathcmp);
usr.sbin/smtpd/smtpd.h
1339
RB_PROTOTYPE(expandtree, expandnode, nodes, expand_cmp);
usr.sbin/smtpd/stat_ramstat.c
36
RB_PROTOTYPE(stats_tree, ramstat_entry, entry, ramstat_entry_cmp);
usr.sbin/snmpd/smi.c
57
RB_PROTOTYPE(oidtree, oid, o_element, smi_oid_cmp);
usr.sbin/snmpd/smi.c
62
RB_PROTOTYPE(keytree, oid, o_keyword, smi_key_cmp);
usr.sbin/snmpd/snmpd.h
459
RB_PROTOTYPE(snmp_messages, snmp_message, sm_entry, snmp_messagecmp)
usr.sbin/snmpd/traphandler.c
52
RB_PROTOTYPE(trapcmd_tree, trapcmd, cmd_entry, trapcmd_cmp)
usr.sbin/ypldap/ypldap.h
215
RB_PROTOTYPE( user_name_tree, userent, ue_name_node, userent_name_cmp);
usr.sbin/ypldap/ypldap.h
216
RB_PROTOTYPE( user_uid_tree, userent, ue_uid_node, userent_uid_cmp);
usr.sbin/ypldap/ypldap.h
217
RB_PROTOTYPE( group_name_tree, groupent, ge_name_node, groupent_name_cmp);
usr.sbin/ypldap/ypldap.h
218
RB_PROTOTYPE( group_gid_tree, groupent, ge_gid_node, groupent_gid_cmp);