Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
fasthash.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FastHashBase< K, V >
 
struct  FastHashBase< K, V >::Item
 
struct  FastHashBase< K, V >::ItemNode
 
class  FastHash< K, V, FSIZE, TSIZE >
 
class  FastHashDynamic< K, V >
 

Functions

size_t FastHash_GetHashTableWidth (unsigned int maxItems)
 
size_t FastHash_Hash (void *ptr)
 
size_t FastHash_Hash (unsigned int x)
 
size_t FastHash_Hash (signed int x)
 

Function Documentation

size_t FastHash_GetHashTableWidth ( unsigned int  maxItems)

Definition at line 64 of file fasthash.cpp.

size_t FastHash_Hash ( void *  ptr)
inline

Definition at line 41 of file fasthash.h.

size_t FastHash_Hash ( unsigned int  x)
inline

Definition at line 45 of file fasthash.h.

size_t FastHash_Hash ( signed int  x)
inline

Definition at line 49 of file fasthash.h.