Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dradix.c74 static int rn_lexobetter(const void *m_arg, const void *n_arg);
571 rn_lexobetter(const void *m_arg, const void *n_arg) in rn_lexobetter() function
645 || rn_lexobetter(netmask, tt->rn_mask)))) in rn_addroute()
756 || rn_lexobetter(netmask, mmask)) in rn_addroute()
/freebsd/sbin/routed/
H A Dradix.c472 rn_lexobetter(void *m_arg, void *n_arg) in rn_lexobetter() function
548 rn_lexobetter(netmask, tt->rn_mask)))) in rn_addroute()
644 if (rn_refines(netmask, mmask) || rn_lexobetter(netmask, mmask)) in rn_addroute()