Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c41 struct rthash *net_hashes[IPV6_ABITS + 1];
125 rthash(struct in6_addr *dst, int prefix_length) in rthash() function
179 struct rthash *rh; in rtlookup()
185 hash = rthash(dst, prefix_length); in rtlookup()
236 struct rthash *rh; in rtadd()
245 struct rthash *trh; in rtadd()
247 rh = (struct rthash *) in rtadd()
257 hash = rthash(&pdst, prefix_length); in rtadd()
472 struct rthash *rh; in rtpurgeif()
503 struct rthash *rh; in rtchangeall()
[all …]
H A Dtable.h42 struct rthash { struct
78 extern struct rthash *net_hashes[IPV6_ABITS + 1];
H A Dtimer.c51 struct rthash *rh; in timer()
158 struct rthash *rh; in term()
H A Doutput.c138 struct rthash *rh; in supply()