Searched refs:_sip_find_and_copy_header (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_msg.c | 622 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_FROM, in sip_create_response() 631 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_TO, in sip_create_response() 656 if (_sip_find_and_copy_header(_sip_request, new_msg, in sip_create_response() 667 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_CALL_ID, NULL, in sip_create_response() 674 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_CSEQ, NULL, in sip_create_response() 760 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_VIA, in sip_create_nonOKack() 765 (void) _sip_find_and_copy_header(_request, _ack_msg, in sip_create_nonOKack() 769 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_TO, in sip_create_nonOKack() 775 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_FROM, in sip_create_nonOKack() 780 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_CALL_ID, in sip_create_nonOKack() [all …]
|
H A D | sip_msg.h | 370 extern int _sip_find_and_copy_header(_sip_msg_t *, _sip_msg_t *,
|
H A D | sip_headers.c | 402 _sip_find_and_copy_header(sip_msg_t _old_msg, sip_msg_t _new_msg, in _sip_find_and_copy_header() function
|
H A D | sip_ui.c | 786 ret = _sip_find_and_copy_header(_old_msg, _new_msg, header_name, param, in sip_copy_header_by_name()
|