Home
last modified time | relevance | path

Searched refs:sip_hdr_sipmsg (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_ui.c130 if (_sip_header->sip_hdr_sipmsg != NULL) { in sip_get_header_value()
132 &_sip_header->sip_hdr_sipmsg->sip_msg_mutex); in sip_get_header_value()
135 if (_sip_header->sip_hdr_sipmsg != NULL) { in sip_get_header_value()
137 &_sip_header->sip_hdr_sipmsg->sip_msg_mutex); in sip_get_header_value()
145 if (_sip_header->sip_hdr_sipmsg != NULL) { in sip_get_header_value()
147 (&_sip_header->sip_hdr_sipmsg->sip_msg_mutex); in sip_get_header_value()
245 &_sip_header->sip_hdr_sipmsg->sip_msg_mutex); in sip_delete_header()
255 (&_sip_header->sip_hdr_sipmsg->sip_msg_mutex); in sip_delete_header()
276 sip_hdr_sipmsg->sip_msg_mutex); in sip_delete_value()
332 _sip_header->sip_hdr_sipmsg->sip_msg_len -= vlen; in sip_delete_value()
[all …]
H A Dsip_headers.c481 new_header->sip_hdr_sipmsg = _sip_msg; in sip_copy_start_line()
637 new_header->sip_hdr_sipmsg = sip_msg; in _sip_add_header()
949 if (_sip_header->sip_hdr_sipmsg != NULL) { in sip_hdr_to_str()
951 &_sip_header->sip_hdr_sipmsg->sip_msg_mutex); in sip_hdr_to_str()
957 if (_sip_header->sip_hdr_sipmsg != NULL) { in sip_hdr_to_str()
959 &_sip_header->sip_hdr_sipmsg->sip_msg_mutex); in sip_hdr_to_str()
964 if (_sip_header->sip_hdr_sipmsg != NULL) { in sip_hdr_to_str()
966 &_sip_header->sip_hdr_sipmsg->sip_msg_mutex); in sip_hdr_to_str()
977 if (_sip_header->sip_hdr_sipmsg != NULL) { in sip_hdr_to_str()
979 &_sip_header->sip_hdr_sipmsg->sip_msg_mutex); in sip_hdr_to_str()
H A Dsip_msg.c368 header->sip_hdr_sipmsg->sip_msg_len -= header->sip_hdr_end - in sip_adjust_msgbuf()
565 new_header->sip_hdr_sipmsg = _sip_response; in sip_add_response_line()
921 new_header->sip_hdr_sipmsg = _sip_request; in sip_add_request_line()
H A Dsip_itf.c194 sip_msg_header->sip_hdr_sipmsg = sip_msg; in sip_setup_header_pointers()
210 sip_msg_header->sip_hdr_sipmsg = sip_msg; in sip_setup_header_pointers()
H A Dsip_msg.h70 struct sip_message *sip_hdr_sipmsg; member
H A Dsip_parse_generic.c1194 assert(mutex_held(&sip_header->sip_hdr_sipmsg->sip_msg_mutex)); in sip_parse_first_line()
H A Dsip_parse_hdrs.c1647 sip_msg = sip_header->sip_hdr_sipmsg; in sip_parse_cftr_header()