Home
last modified time | relevance | path

Searched refs:sip_hash_obj_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_hash.c54 sip_hash_obj_t *new_obj; in sip_hash_add()
59 new_obj = (sip_hash_obj_t *)malloc(sizeof (*new_obj)); in sip_hash_add()
91 sip_hash_obj_t *tmp; in sip_hash_find()
119 sip_hash_obj_t *tmp; in sip_walk_hash()
145 sip_hash_obj_t *tmp; in sip_hash_delete()
164 sip_hash_obj_t *next = tmp->next_obj; in sip_hash_delete()
H A Dsip_hash.h50 } sip_hash_obj_t; typedef
55 sip_hash_obj_t *hash_head;
56 sip_hash_obj_t *hash_tail;