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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.c589 _sip_msg_t *_sip_request; local
600 _sip_request = (_sip_msg_t *)sip_request;
602 (void) pthread_mutex_lock(&_sip_request->sip_msg_mutex);
613 if (_sip_find_and_copy_all_header(_sip_request, new_msg, SIP_VIA) != 0)
619 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,
678 if (sip_search_for_header(_sip_request, SIP_RECORD_ROUT
897 _sip_msg_t *_sip_request; local
[all...]

Completed in 15 milliseconds