Home
last modified time | relevance | path

Searched refs:sip_hdr_allocated (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libsip/common/
H A Dsip_itf.c192 sip_msg_header->sip_hdr_allocated = B_FALSE; in sip_setup_header_pointers()
209 sip_msg_header->sip_hdr_allocated = B_FALSE; in sip_setup_header_pointers()
H A Dsip_headers.c244 new_header->sip_hdr_allocated = B_TRUE; in sip_new_header()
254 if (sip_header->sip_hdr_allocated) { in sip_free_header()
H A Dsip_msg.h74 boolean_t sip_hdr_allocated; member