Searched refs:sip_hash (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_hash.c33 #include "sip_hash.h"
52 sip_hash_add(sip_hash_t *sip_hash, void *obj, int hindex) argument
65 hash_entry = &sip_hash[hindex];
87 sip_hash_find(sip_hash_t *sip_hash, void *digest, int hindex, argument
94 hash_entry = &sip_hash[hindex];
114 sip_walk_hash(sip_hash_t *sip_hash, void (*func)(void *, void *), void *arg) argument
122 hash_entry = &sip_hash[count];
140 sip_hash_delete(sip_hash_t *sip_hash, void *digest, int hindex, argument
148 hash_entry = &sip_hash[hindex];
/osnet-11/usr/src/lib/libsip/
H A DMakefile.com28 sip_hash.o sip_itf.o sip_ui.o sip_reass.o sip_dialog.o \

Completed in 19 milliseconds