Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c620 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_FROM, in sip_create_response()
773 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_FROM, in sip_create_nonOKack()
859 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_FROM, in sip_create_OKack()
H A Dsip_gids.c225 from = sip_search_for_header(_sip_msg, SIP_FROM, NULL); in sip_branchid()
H A Dsip_dialog.c643 fhdr = sip_search_for_header(sip_msg, SIP_FROM, NULL); in sip_seed_dialog()
812 hdr = sip_get_header(sip_msg, what == SIP_DLG_XCHG_FROM ? SIP_FROM : in sip_dlg_xchg_from_to()
823 hdrsize = len + strlen(SIP_FROM) + SIP_SPACE_LEN + in sip_dlg_xchg_from_to()
834 "%s %c ", SIP_FROM, SIP_HCOLON); in sip_dlg_xchg_from_to()
H A Dsip_hdrs_ui.c290 return (sip_get_cftruri_from_msg(sip_msg, error, SIP_FROM)); in sip_get_from_uri_str()
299 return (sip_get_cftrname_from_msg(sip_msg, error, SIP_FROM)); in sip_get_from_display_name()
318 header = sip_get_header(sip_msg, SIP_FROM, NULL, error); in sip_get_from_tag()
H A Dsip_xaction.c86 from = sip_search_for_header(msg, SIP_FROM, NULL); in sip_find_md5_digest()
H A Dsip.h51 #define SIP_FROM "FROM" macro
H A Dsip_add_hdrs.c1522 add_aquot, SIP_FROM, from_params)); in sip_add_from()