Home
last modified time | relevance | path

Searched defs:rthash (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtable.h44 struct rthash { struct
45 struct rt_entry *rt_forw;
46 struct rt_entry *rt_back;
H A Dtables.c127 rthash(struct in6_addr *dst, int prefix_length) in rthash() function