Lines Matching refs:dstinforeq
1787 struct dstinforeq *dinfo, *dinfoptr; in order_haddrlist_inet6()
1791 if ((dinfo = calloc(addrcount, sizeof (struct dstinforeq))) == NULL) in order_haddrlist_inet6()
1802 addrcount * sizeof (struct dstinforeq)) < 0) { in order_haddrlist_inet6()
1808 qsort(dinfo, addrcount, sizeof (struct dstinforeq), dstcmp); in order_haddrlist_inet6()
1881 typedef int (*rulef_t)(const struct dstinforeq *, const struct dstinforeq *);
1897 rule_reachable(const struct dstinforeq *da, const struct dstinforeq *db) in rule_reachable()
1908 rule_matchscope(const struct dstinforeq *da, const struct dstinforeq *db) in rule_matchscope()
1924 rule_avoidlinklocal(const struct dstinforeq *da, const struct dstinforeq *db) in rule_avoidlinklocal()
1939 rule_deprecated(const struct dstinforeq *da, const struct dstinforeq *db) in rule_deprecated()
1950 rule_label(const struct dstinforeq *da, const struct dstinforeq *db) in rule_label()
1961 rule_precedence(const struct dstinforeq *da, const struct dstinforeq *db) in rule_precedence()
1972 rule_native(const struct dstinforeq *da, const struct dstinforeq *db) in rule_native()
1992 rule_scope(const struct dstinforeq *da, const struct dstinforeq *db) in rule_scope()
2006 rule_prefix(const struct dstinforeq *da, const struct dstinforeq *db) in rule_prefix()