Searched refs:sip_add_str_to_msg (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 238 sip_add_str_to_msg(sip_msg_t sip_msg, char *hdr_name, char *str, char *plist, in sip_add_str_to_msg() function 525 ret = sip_add_str_to_msg(sip_msg, SIP_ACCEPT_ENCODE, "*", plist, in sip_add_accept_enc() 528 ret = sip_add_str_to_msg(sip_msg, SIP_ACCEPT_ENCODE, code, in sip_add_accept_enc() 547 ret = sip_add_str_to_msg(sip_msg, SIP_ACCEPT_LANG, lang, plist, in sip_add_accept_lang() 567 ret = sip_add_str_to_msg(sip_msg, SIP_ALERT_INFO, tmp, plist, SIP_SEMI); in sip_add_alert_info() 584 ret = sip_add_str_to_msg(sip_msg, SIP_ALLOW, sip_methods[method].name, in sip_add_allow() 607 r = sip_add_str_to_msg(sip_msg, SIP_CALL_INFO, tmp, plist, SIP_SEMI); in sip_add_call_info() 633 ret = sip_add_str_to_msg(sip_msg, SIP_CONTENT_DIS, dis_type, plist, in sip_add_content_disp() 651 ret = sip_add_str_to_msg(sip_msg, SIP_CONTENT_ENCODE, code, NULL, in sip_add_content_enc() 670 ret = sip_add_str_to_msg(sip_msg, SIP_CONTENT_LANG, lang, NULL, in sip_add_content_lang() [all …]
|