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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.c619 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_FROM,
628 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_TO,
653 if (_sip_find_and_copy_header(_sip_request, new_msg,
664 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_CALL_ID, NULL,
671 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_CSEQ, NULL,
757 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_VIA,
762 (void) _sip_find_and_copy_header(_request, _ack_msg,
766 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_TO,
772 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_FROM,
777 if ((ret = _sip_find_and_copy_header(_reques
[all...]
H A Dsip_msg.h370 extern int _sip_find_and_copy_header(_sip_msg_t *, _sip_msg_t *,
H A Dsip_headers.c402 _sip_find_and_copy_header(sip_msg_t _old_msg, sip_msg_t _new_msg, function
H A Dsip_ui.c783 ret = _sip_find_and_copy_header(_old_msg, _new_msg, header_name, param,

Completed in 29 milliseconds