Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c614 if (_sip_find_and_copy_all_header(_sip_request, new_msg, SIP_VIA) != 0) in sip_create_response()
681 if (_sip_find_and_copy_all_header(_sip_request, new_msg, in sip_create_response()
H A Dsip_msg.h370 extern int _sip_find_and_copy_all_header(_sip_msg_t *,
H A Dsip_headers.c371 _sip_find_and_copy_all_header(_sip_msg_t *_old_msg, _sip_msg_t *_new_msg, in _sip_find_and_copy_all_header() function