Searched refs:sip_add_2strs_to_msg (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 165 sip_add_2strs_to_msg(sip_msg_t sip_msg, char *hdr_name, char *str1, in sip_add_2strs_to_msg() function 447 r = sip_add_2strs_to_msg(sip_msg, header_name, " ", B_FALSE, in sip_add_name_aspec() 450 r = sip_add_2strs_to_msg(sip_msg, header_name, display_name, in sip_add_name_aspec() 496 ret = sip_add_2strs_to_msg(sip_msg, SIP_ACCEPT, type, B_FALSE, in sip_add_accept() 499 ret = sip_add_2strs_to_msg(sip_msg, SIP_ACCEPT, type, B_FALSE, in sip_add_accept() 969 ret = sip_add_2strs_to_msg(sip_msg, SIP_TIMESTAMP, time, in sip_add_tstamp() 1459 return (sip_add_2strs_to_msg(sip_msg, SIP_CONTENT_TYPE, type, B_FALSE, in sip_add_content_type()
|