Searched refs:sip_hash_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_hash.h | 59 }sip_hash_t; typedef 61 int sip_hash_add(sip_hash_t *, void *, int); 62 void *sip_hash_find(sip_hash_t *, void *, int, 64 void sip_walk_hash(sip_hash_t *, void (*)(void *, void *), void *); 65 void sip_hash_delete(sip_hash_t *, void *, int,
|
H A D | sip_hash.c | 52 sip_hash_add(sip_hash_t *sip_hash, void *obj, int hindex) in sip_hash_add() 55 sip_hash_t *hash_entry; in sip_hash_add() 87 sip_hash_find(sip_hash_t *sip_hash, void *digest, int hindex, in sip_hash_find() 92 sip_hash_t *hash_entry; in sip_hash_find() 114 sip_walk_hash(sip_hash_t *sip_hash, void (*func)(void *, void *), void *arg) in sip_walk_hash() 116 sip_hash_t *hash_entry; in sip_walk_hash() 140 sip_hash_delete(sip_hash_t *sip_hash, void *digest, int hindex, in sip_hash_delete() 143 sip_hash_t *hash_entry; in sip_hash_delete()
|
H A D | sip_xaction.c | 46 sip_hash_t sip_xaction_hash[SIP_HASH_SZ];
|
H A D | sip_dialog.c | 62 sip_hash_t sip_dialog_hash[SIP_HASH_SZ]; 67 sip_hash_t sip_dialog_phash[SIP_HASH_SZ];
|