Searched refs:SIP_TO (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_msg.c | 631 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 D | sip_gids.c | 226 to = sip_search_for_header(_sip_msg, SIP_TO, NULL); in sip_branchid()
|
H A D | sip_dialog.c | 815 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 D | sip_hdrs_ui.c | 347 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 D | sip.h | 52 #define SIP_TO "TO" macro
|
H A D | sip_add_hdrs.c | 1547 add_aquot, SIP_TO, to_params)); in sip_add_to()
|