Home
last modified time | relevance | path

Searched refs:_sip_find_and_copy_header (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c620 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_FROM, in sip_create_response()
629 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_TO, in sip_create_response()
654 if (_sip_find_and_copy_header(_sip_request, new_msg, in sip_create_response()
665 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_CALL_ID, NULL, in sip_create_response()
672 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_CSEQ, NULL, in sip_create_response()
758 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_VIA, in sip_create_nonOKack()
763 (void) _sip_find_and_copy_header(_request, _ack_msg, in sip_create_nonOKack()
767 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_TO, in sip_create_nonOKack()
773 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_FROM, in sip_create_nonOKack()
778 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_CALL_ID, in sip_create_nonOKack()
[all …]
H A Dsip_msg.h368 extern int _sip_find_and_copy_header(_sip_msg_t *, _sip_msg_t *,
H A Dsip_headers.c400 _sip_find_and_copy_header(sip_msg_t _old_msg, sip_msg_t _new_msg, in _sip_find_and_copy_header() function
H A Dsip_ui.c784 ret = _sip_find_and_copy_header(_old_msg, _new_msg, header_name, param, in sip_copy_header_by_name()