Home
last modified time | relevance | path

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

/openbsd/libexec/snmpd/snmpd_metrics/
H A Dkroute.c116 int ka_compare(struct kif_addr *, struct kif_addr *);
153 RB_PROTOTYPE(ka_tree, kif_addr, node, ka_compare) in RB_PROTOTYPE() argument
154 RB_GENERATE(ka_tree, kif_addr, node, ka_compare) in RB_PROTOTYPE()
433 ka_compare(struct kif_addr *a, struct kif_addr *b) in ka_compare() function