#include "str.h"#include "hashes.h"Go to the source code of this file.
Defines | |
| #define | T_TABLE_POWER 16 |
| #define | TABLE_ENTRIES (1 << (T_TABLE_POWER)) |
| #define | new_hash2(call_id, cseq_nr) (get_hash2_raw(&(call_id), &(cseq_nr)) & (TABLE_ENTRIES-1)) |
| #define | hash(cid, cseq) new_hash2( cid, cseq ) |
Functions | |
| unsigned int | new_hash (str call_id, str cseq_nr) |
|
|
|
Definition at line 42 of file hash_func.h. |
|
|
Definition at line 37 of file hash_func.h. |
|
|
Definition at line 38 of file hash_func.h. Referenced by hashtest(), new_hash(), t_lookup_callid(), t_lookup_ident(), t_reply_matching(), and tm_rpc_hash_stats(). |
|
||||||||||||
|
Definition at line 48 of file hash_func.c. References ccitt_tab, crc_16_tab, str, TABLE_ENTRIES, and trim_len. |
1.3.9.1