Searched refs:rt_compare (Results 1 – 10 of 10) sorted by relevance
/openbsd/usr.sbin/ripd/ |
H A D | rde_rib.c | 42 RB_PROTOTYPE(rt_tree, rt_node, entry, rt_compare) 43 RB_GENERATE(rt_tree, rt_node, entry, rt_compare) 121 rt_compare(struct rt_node *a, struct rt_node *b) in rt_compare() function
|
H A D | rde.h | 51 int rt_compare(struct rt_node *, struct rt_node *);
|
/openbsd/usr.sbin/dvmrpd/ |
H A D | rde.h | 117 int rt_compare(struct rt_node *, struct rt_node *);
|
H A D | rde_srt.c | 63 RB_PROTOTYPE(rt_tree, rt_node, entry, rt_compare) 64 RB_GENERATE(rt_tree, rt_node, entry, rt_compare) 136 rt_compare(struct rt_node *a, struct rt_node *b) in rt_compare() function
|
/openbsd/usr.sbin/eigrpd/ |
H A D | rde.h | 95 RB_PROTOTYPE(rt_tree, rt_node, entry, rt_compare)
|
H A D | rde_dual.c | 30 static __inline int rt_compare(struct rt_node *, struct rt_node *); 71 RB_GENERATE(rt_tree, rt_node, entry, rt_compare) 173 rt_compare(struct rt_node *a, struct rt_node *b) in rt_compare() function
|
/openbsd/usr.sbin/ospf6d/ |
H A D | rde.h | 183 int rt_compare(struct rt_node *, struct rt_node *);
|
H A D | rde_spf.c | 35 RB_PROTOTYPE(rt_tree, rt_node, entry, rt_compare) 36 RB_GENERATE(rt_tree, rt_node, entry, rt_compare) 760 rt_compare(struct rt_node *a, struct rt_node *b) in rt_compare() function
|
/openbsd/usr.sbin/ospfd/ |
H A D | rde.h | 170 int rt_compare(struct rt_node *, struct rt_node *);
|
H A D | rde_spf.c | 35 RB_PROTOTYPE(rt_tree, rt_node, entry, rt_compare) 36 RB_GENERATE(rt_tree, rt_node, entry, rt_compare) 644 rt_compare(struct rt_node *a, struct rt_node *b) in rt_compare() function
|