HomeSort by: relevance | last modified time | path
    Searched defs:dhtable (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
portalgo.c 658 static uint16_t dhtable[8]; local in function:algo_doublehash
674 if (dhtable[0] == 0)
675 for (size_t i = 0; i < __arraycount(dhtable); i++)
676 dhtable[i] = cprng_fast32() & 0xffff;
681 idx = Fhash(inp) % __arraycount(dhtable); /* G */
685 myport = mymin + (offset + dhtable[idx])
687 dhtable[idx]++;
portalgo.c 658 static uint16_t dhtable[8]; local in function:algo_doublehash
674 if (dhtable[0] == 0)
675 for (size_t i = 0; i < __arraycount(dhtable); i++)
676 dhtable[i] = cprng_fast32() & 0xffff;
681 idx = Fhash(inp) % __arraycount(dhtable); /* G */
685 myport = mymin + (offset + dhtable[idx])
687 dhtable[idx]++;
portalgo.c 658 static uint16_t dhtable[8]; local in function:algo_doublehash
674 if (dhtable[0] == 0)
675 for (size_t i = 0; i < __arraycount(dhtable); i++)
676 dhtable[i] = cprng_fast32() & 0xffff;
681 idx = Fhash(inp) % __arraycount(dhtable); /* G */
685 myport = mymin + (offset + dhtable[idx])
687 dhtable[idx]++;

Completed in 35 milliseconds