Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtimer.c102 if (net_hashes[i] == NULL) in timer()
105 for (rh = net_hashes[i]; in timer()
106 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) { in timer()
167 if (net_hashes[i] == NULL) in term()
170 for (rh = net_hashes[i]; rh < &net_hashes[i][ROUTEHASHSIZ]; in term()
H A Dtables.c43 struct rthash *net_hashes[IPV6_ABITS + 1]; variable
184 if (net_hashes[prefix_length] == NULL) in rtlookup()
189 rh = &net_hashes[prefix_length][hash & ROUTEHASHMASK]; in rtlookup()
246 if (net_hashes[prefix_length] == NULL) { in rtadd()
255 net_hashes[prefix_length] = rh; in rtadd()
260 rh = &net_hashes[prefix_length][hash & ROUTEHASHMASK]; in rtadd()
479 if (net_hashes[i] == NULL) in rtpurgeif()
482 for (rh = net_hashes[i]; in rtpurgeif()
483 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) { in rtpurgeif()
510 if (net_hashes[i] == NULL) in rtchangeall()
[all …]
H A Doutput.c152 if (net_hashes[i] == NULL) in supply()
155 for (rh = net_hashes[i]; rh < &net_hashes[i][ROUTEHASHSIZ]; in supply()
H A Dtable.h80 extern struct rthash *net_hashes[IPV6_ABITS + 1];