Home
last modified time | relevance | path

Searched refs:knexthop_compare (Results 1 – 2 of 2) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dkroute-disabled.c64 knexthop_compare(struct knexthop_node *a, struct knexthop_node *b) in knexthop_compare() function
133 RB_PROTOTYPE(knexthop_tree, knexthop_node, entry, knexthop_compare)
134 RB_GENERATE(knexthop_tree, knexthop_node, entry, knexthop_compare)
H A Dkroute.c122 int knexthop_compare(struct knexthop_node *, struct knexthop_node *);
199 RB_PROTOTYPE(knexthop_tree, knexthop_node, entry, knexthop_compare)
200 RB_GENERATE(knexthop_tree, knexthop_node, entry, knexthop_compare)
1712 knexthop_compare(struct knexthop_node *a, struct knexthop_node *b) in knexthop_compare() function