Searched refs:_sip_request (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_msg.c | 592 _sip_msg_t *_sip_request; local 603 _sip_request = (_sip_msg_t *)sip_request; 605 (void) pthread_mutex_lock(&_sip_request->sip_msg_mutex); 616 if (_sip_find_and_copy_all_header(_sip_request, new_msg, SIP_VIA) != 0) 622 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_FROM, 631 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_TO, 656 if (_sip_find_and_copy_header(_sip_request, new_msg, 667 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_CALL_ID, NULL, 674 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_CSEQ, NULL, 681 if (sip_search_for_header(_sip_request, SIP_RECORD_ROUT 900 _sip_msg_t *_sip_request; local [all...] |
Completed in 56 milliseconds