MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / address_hash

Function address_hash

modules/permissions/hash.c:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include <fnmatch.h>
31
32static inline unsigned int address_hash(pht_hash_table_t *table, str *str_ip) {
33 return core_hash(str_ip, NULL, table->bucket_count);
34}
35
36unsigned int address_node_hash(pht_hash_table_t *table, void *node) {
37 str str_ip;

Callers 3

address_node_hashFunction · 0.85
match_in_groupFunction · 0.85
pm_hash_find_groupFunction · 0.85

Calls 1

core_hashFunction · 0.85

Tested by

no test coverage detected