Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c236 sip_add_str_to_msg(sip_msg_t sip_msg, char *hdr_name, char *str, char *plist, in sip_add_str_to_msg() function
523 ret = sip_add_str_to_msg(sip_msg, SIP_ACCEPT_ENCODE, "*", plist, in sip_add_accept_enc()
526 ret = sip_add_str_to_msg(sip_msg, SIP_ACCEPT_ENCODE, code, in sip_add_accept_enc()
545 ret = sip_add_str_to_msg(sip_msg, SIP_ACCEPT_LANG, lang, plist, in sip_add_accept_lang()
565 ret = sip_add_str_to_msg(sip_msg, SIP_ALERT_INFO, tmp, plist, SIP_SEMI); in sip_add_alert_info()
582 ret = sip_add_str_to_msg(sip_msg, SIP_ALLOW, sip_methods[method].name, in sip_add_allow()
605 r = sip_add_str_to_msg(sip_msg, SIP_CALL_INFO, tmp, plist, SIP_SEMI); in sip_add_call_info()
631 ret = sip_add_str_to_msg(sip_msg, SIP_CONTENT_DIS, dis_type, plist, in sip_add_content_disp()
649 ret = sip_add_str_to_msg(sip_msg, SIP_CONTENT_ENCODE, code, NULL, 0); in sip_add_content_enc()
667 ret = sip_add_str_to_msg(sip_msg, SIP_CONTENT_LANG, lang, NULL, 0); in sip_add_content_lang()
[all …]