Home
last modified time | relevance | path

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

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