Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c629 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_TO, in sip_create_response()
655 SIP_TO, xtra_param, B_FALSE)) { in sip_create_response()
767 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_TO, in sip_create_nonOKack()
854 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_TO, in sip_create_OKack()
H A Dsip_gids.c224 to = sip_search_for_header(_sip_msg, SIP_TO, NULL); in sip_branchid()
H A Dsip_dialog.c813 SIP_TO, NULL, &error); in sip_dlg_xchg_from_to()
820 hdrsize = len + strlen(SIP_TO) + SIP_SPACE_LEN + sizeof (char) + in sip_dlg_xchg_from_to()
831 "%s %c ", SIP_TO, SIP_HCOLON); in sip_dlg_xchg_from_to()
942 thdr = sip_search_for_header(sip_msg, SIP_TO, NULL); in sip_complete_dialog()
H A Dsip_hdrs_ui.c345 return (sip_get_cftruri_from_msg(sip_msg, error, SIP_TO)); in sip_get_to_uri_str()
354 return (sip_get_cftrname_from_msg(sip_msg, error, SIP_TO)); in sip_get_to_display_name()
373 header = sip_get_header(sip_msg, SIP_TO, NULL, error); in sip_get_to_tag()
H A Dsip.h50 #define SIP_TO "TO" macro
H A Dsip_add_hdrs.c1535 add_aquot, SIP_TO, to_params)); in sip_add_to()