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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c165 sip_add_2strs_to_msg(sip_msg_t sip_msg, char *hdr_name, char *str1, function
447 r = sip_add_2strs_to_msg(sip_msg, header_name, " ", B_FALSE,
450 r = sip_add_2strs_to_msg(sip_msg, header_name, display_name,
496 ret = sip_add_2strs_to_msg(sip_msg, SIP_ACCEPT, type, B_FALSE,
499 ret = sip_add_2strs_to_msg(sip_msg, SIP_ACCEPT, type, B_FALSE,
969 ret = sip_add_2strs_to_msg(sip_msg, SIP_TIMESTAMP, time,
1459 return (sip_add_2strs_to_msg(sip_msg, SIP_CONTENT_TYPE, type, B_FALSE,

Completed in 59 milliseconds