Home
last modified time | relevance | path

Searched refs:ROUTEHASHMASK (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtable.h65 #define ROUTEHASHMASK (ROUTEHASHSIZ - 1) macro
H A Dtables.c189 rh = &net_hashes[prefix_length][hash & ROUTEHASHMASK]; in rtlookup()
260 rh = &net_hashes[prefix_length][hash & ROUTEHASHMASK]; in rtadd()