Home
last modified time | relevance | path

Searched refs:SIP_TO (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_msg.c631 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_TO, in sip_create_response()
657 SIP_TO, xtra_param, B_FALSE)) { in sip_create_response()
769 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_TO, in sip_create_nonOKack()
856 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_TO, in sip_create_OKack()
H A Dsip_gids.c226 to = sip_search_for_header(_sip_msg, SIP_TO, NULL); in sip_branchid()
H A Dsip_dialog.c815 SIP_TO, NULL, &error); in sip_dlg_xchg_from_to()
822 hdrsize = len + strlen(SIP_TO) + SIP_SPACE_LEN + sizeof (char) + in sip_dlg_xchg_from_to()
833 "%s %c ", SIP_TO, SIP_HCOLON); in sip_dlg_xchg_from_to()
944 thdr = sip_search_for_header(sip_msg, SIP_TO, NULL); in sip_complete_dialog()
H A Dsip_hdrs_ui.c347 return (sip_get_cftruri_from_msg(sip_msg, error, SIP_TO)); in sip_get_to_uri_str()
356 return (sip_get_cftrname_from_msg(sip_msg, error, SIP_TO)); in sip_get_to_display_name()
375 header = sip_get_header(sip_msg, SIP_TO, NULL, error); in sip_get_to_tag()
H A Dsip.h52 #define SIP_TO "TO" macro
H A Dsip_add_hdrs.c1547 add_aquot, SIP_TO, to_params)); in sip_add_to()