sip_hash_t
sip_hash_t sip_dialog_hash[SIP_HASH_SZ];
sip_hash_t sip_dialog_phash[SIP_HASH_SZ];
sip_walk_hash(sip_hash_t *sip_hash, void (*func)(void *, void *), void *arg)
sip_hash_t *hash_entry;
sip_hash_delete(sip_hash_t *sip_hash, void *digest, int hindex,
sip_hash_t *hash_entry;
sip_hash_add(sip_hash_t *sip_hash, void *obj, int hindex)
sip_hash_t *hash_entry;
sip_hash_find(sip_hash_t *sip_hash, void *digest, int hindex,
sip_hash_t *hash_entry;
int sip_hash_add(sip_hash_t *, void *, int);
void *sip_hash_find(sip_hash_t *, void *, int,
void sip_walk_hash(sip_hash_t *, void (*)(void *, void *), void *);
void sip_hash_delete(sip_hash_t *, void *, int,
sip_hash_t sip_xaction_hash[SIP_HASH_SZ];