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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_gids.c224 from = sip_search_for_header(_sip_msg, SIP_FROM, NULL);
H A Dsip_msg.c619 if (_sip_find_and_copy_header(_sip_request, new_msg, SIP_FROM,
772 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_FROM,
858 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_FROM,
H A Dsip_hdrs_ui.c292 return (sip_get_cftruri_from_msg(sip_msg, error, SIP_FROM));
301 return (sip_get_cftrname_from_msg(sip_msg, error, SIP_FROM));
320 header = sip_get_header(sip_msg, SIP_FROM, NULL, error);
H A Dsip_dialog.c645 fhdr = sip_search_for_header(sip_msg, SIP_FROM, NULL);
814 hdr = sip_get_header(sip_msg, what == SIP_DLG_XCHG_FROM ? SIP_FROM :
825 hdrsize = len + strlen(SIP_FROM) + SIP_SPACE_LEN +
836 "%s %c ", SIP_FROM, SIP_HCOLON);
H A Dsip.h50 #define SIP_FROM "FROM" macro
H A Dsip_xaction.c88 from = sip_search_for_header(msg, SIP_FROM, NULL);
H A Dsip_add_hdrs.c1531 add_aquot, SIP_FROM, from_params));

Completed in 33 milliseconds