Searched refs:rtlookup (Results 1 – 4 of 4) sorted by relevance
91 extern struct rt_entry *rtlookup(struct in6_addr *, int);
243 rt = rtlookup(&prefix, n->rip6_prefix_length); in rip_input()430 rt = rtlookup(&prefix, n->rip6_prefix_length); in rip_input()
374 rt = rtlookup(dst, ifp->int_prefix_length); in addrouteforif()
178 rtlookup(struct in6_addr *dst, int prefix_length) in rtlookup() function