Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c665 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_CALL_ID, NULL, in sip_create_response()
778 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_CALL_ID, in sip_create_nonOKack()
864 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_CALL_ID, in sip_create_OKack()
H A Dsip_gids.c226 callid = sip_search_for_header(_sip_msg, SIP_CALL_ID, NULL); in sip_branchid()
H A Dsip_xaction.c87 cid = sip_search_for_header(msg, SIP_CALL_ID, NULL); in sip_find_md5_digest()
H A Dsip.h55 #define SIP_CALL_ID "CALL-ID" macro
H A Dsip_add_hdrs.c1283 ret = sip_add_str_to_msg(sip_msg, SIP_CALL_ID, callid, NULL, 0); in sip_add_callid()
H A Dsip_hdrs_ui.c402 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.c645 cihdr = sip_search_for_header(sip_msg, SIP_CALL_ID, NULL); in sip_seed_dialog()