Searched refs:hiscore (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c908 struct ipv6_saddr_score hiscore; local
915 memset(&hiscore, 0, sizeof(hiscore));
984 if (hiscore.rule < 1) {
986 hiscore.attrs |= IPV6_SADDR_SCORE_LOCAL;
987 hiscore.rule++;
991 if (!(hiscore.attrs & IPV6_SADDR_SCORE_LOCAL)) {
996 if (hiscore.attrs & IPV6_SADDR_SCORE_LOCAL)
1001 if (hiscore.rule < 2) {
1002 hiscore
[all...]
H A Dinet6_hashtables.c112 int score, hiscore = 0; local
134 if (score > hiscore) {
135 hiscore = score;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_hashtables.c134 int hiscore = -1; local
155 if (score > hiscore) {
156 hiscore = score;

Completed in 161 milliseconds