Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_msg.c592 _sip_msg_t *_sip_request; in sip_create_response() local
603 _sip_request = (_sip_msg_t *)sip_request; in sip_create_response()
605 (void) pthread_mutex_lock(&_sip_request->sip_msg_mutex); in sip_create_response()
616 if (_sip_find_and_copy_all_header(_sip_request, new_msg, SIP_VIA) != 0) in sip_create_response()
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()
681 if (sip_search_for_header(_sip_request, SIP_RECORD_ROUTE, NULL) != in sip_create_response()
[all …]