Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dpipex_local.h48 #define PIPEX_HASH_SIZE (PIPEX_MAX_SESSION/PIPEX_HASH_DIV) macro
49 #define PIPEX_HASH_MASK (PIPEX_HASH_SIZE-1)
Dpipex.c97 pipex_peer_addr_hashtable[PIPEX_HASH_SIZE], /* [L] peer's address hash */
98 pipex_id_hashtable[PIPEX_HASH_SIZE]; /* [L] peer id hash */