Searched refs:sip_hash (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libsip/common/ |
H A D | sip_hash.c | 52 sip_hash_add(sip_hash_t *sip_hash, void *obj, int hindex) in sip_hash_add() argument 65 hash_entry = &sip_hash[hindex]; in sip_hash_add() 87 sip_hash_find(sip_hash_t *sip_hash, void *digest, int hindex, in sip_hash_find() argument 94 hash_entry = &sip_hash[hindex]; in sip_hash_find() 114 sip_walk_hash(sip_hash_t *sip_hash, void (*func)(void *, void *), void *arg) in sip_walk_hash() argument 122 hash_entry = &sip_hash[count]; in sip_walk_hash() 140 sip_hash_delete(sip_hash_t *sip_hash, void *digest, int hindex, in sip_hash_delete() argument 148 hash_entry = &sip_hash[hindex]; in sip_hash_delete()
|
/titanic_50/usr/src/lib/libsip/ |
H A D | Makefile.com | 31 sip_hash.o sip_itf.o sip_ui.o sip_reass.o sip_dialog.o \
|