Searched refs:rtlookup (Results 1 – 4 of 4) sorted by relevance
89 extern struct rt_entry *rtlookup(struct in6_addr *, int);
241 rt = rtlookup(&prefix, n->rip6_prefix_length); in rip_input()428 rt = rtlookup(&prefix, n->rip6_prefix_length); in rip_input()
372 rt = rtlookup(dst, ifp->int_prefix_length); in addrouteforif()
176 rtlookup(struct in6_addr *dst, int prefix_length) in rtlookup() function