Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsip/common/
H A Dsip_msg.c667 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 Dsip_gids.c228 callid = sip_search_for_header(_sip_msg, SIP_CALL_ID, NULL); in sip_branchid()
H A Dsip_xaction.c89 cid = sip_search_for_header(msg, SIP_CALL_ID, NULL); in sip_find_md5_digest()
H A Dsip.h57 #define SIP_CALL_ID "CALL-ID" macro
H A Dsip_add_hdrs.c1294 ret = sip_add_str_to_msg(sip_msg, SIP_CALL_ID, callid, NULL, in sip_add_callid()
H A Dsip_hdrs_ui.c404 r = (sip_str_t *)sip_get_val_from_msg(sip_msg, SIP_CALL_ID, SIP_STR_VAL, in sip_get_callid()
H A Dsip_dialog.c647 cihdr = sip_search_for_header(sip_msg, SIP_CALL_ID, NULL); in sip_seed_dialog()