Searched refs:_sip_add_header (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 153 _sip_add_header(_sip_msg, new_header, B_TRUE, B_FALSE, hdr_name); in sip_add_empty_hdr() 226 _sip_add_header(_sip_msg, new_header, B_TRUE, B_FALSE, NULL); in sip_add_2strs_to_msg() 277 _sip_add_header(_sip_msg, new_header, B_TRUE, B_FALSE, NULL); in sip_add_str_to_msg() 338 _sip_add_header(_sip_msg, new_header, B_TRUE, B_FALSE, NULL); in sip_add_int_to_msg() 403 _sip_add_header(_sip_msg, new_header, B_TRUE, B_FALSE, NULL); in sip_add_intstr_to_msg() 1048 _sip_add_header(_sip_msg, new_header, B_TRUE, B_FALSE, NULL); in sip_add_warning() 1096 _sip_add_header(_sip_msg, new_header, B_TRUE, B_FALSE, NULL); in sip_add_rack() 1419 _sip_add_header(_sip_msg, new_header, B_TRUE, B_FALSE, NULL); in sip_add_via() 1493 _sip_add_header(_sip_msg, new_header, B_TRUE, B_FALSE, NULL); in sip_add_content_length()
|
H A D | sip_headers.c | 365 _sip_add_header(sip_msg, new_header, B_TRUE, B_FALSE, NULL); in _sip_copy_header() 629 _sip_add_header(_sip_msg_t *sip_msg, _sip_header_t *new_header, in _sip_add_header() function
|
H A D | sip_msg.h | 376 extern void _sip_add_header(_sip_msg_t *, _sip_header_t *,
|
H A D | sip_ui.c | 822 _sip_add_header(_sip_msg, new_header, B_TRUE, B_FALSE, NULL); in sip_add_header() 905 _sip_add_header(_sip_msg, new_header, B_TRUE, B_FALSE, NULL); in sip_add_param()
|