Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtable.h89 extern struct rt_entry *rtlookup(struct in6_addr *, int);
H A Dinput.c241 rt = rtlookup(&prefix, n->rip6_prefix_length); in rip_input()
428 rt = rtlookup(&prefix, n->rip6_prefix_length); in rip_input()
H A Dstartup.c372 rt = rtlookup(dst, ifp->int_prefix_length); in addrouteforif()
H A Dtables.c176 rtlookup(struct in6_addr *dst, int prefix_length) in rtlookup() function