Searched refs:SIP_CALL_ID (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_msg.c | 667 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_CALL_ID, NULL, in sip_create_response() 780 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_CALL_ID, in sip_create_nonOKack() 866 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_CALL_ID, in sip_create_OKack()
|
H A D | sip_gids.c | 228 callid = sip_search_for_header(_sip_msg, SIP_CALL_ID, NULL); in sip_branchid()
|
H A D | sip_xaction.c | 89 cid = sip_search_for_header(msg, SIP_CALL_ID, NULL); in sip_find_md5_digest()
|
H A D | sip.h | 57 #define SIP_CALL_ID "CALL-ID" macro
|
H A D | sip_add_hdrs.c | 1294 ret = sip_add_str_to_msg(sip_msg, SIP_CALL_ID, callid, NULL, in sip_add_callid()
|
H A D | sip_hdrs_ui.c | 404 r = (sip_str_t *)sip_get_val_from_msg(sip_msg, SIP_CALL_ID, SIP_STR_VAL, in sip_get_callid()
|
H A D | sip_dialog.c | 647 cihdr = sip_search_for_header(sip_msg, SIP_CALL_ID, NULL); in sip_seed_dialog()
|