Home
last modified time | relevance | path

Searched refs:SIP_VIA (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libsip/common/
H A Dsip_hdrs_ui.c609 header = sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_get_branchid()
681 via_hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_add_branchid_to_via()
716 hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_get_num_via()
719 hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, in sip_get_num_via()
H A Dsip_gids.c221 via = sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_branchid()
H A Dsip_msg.c616 if (_sip_find_and_copy_all_header(_sip_request, new_msg, SIP_VIA) != 0) in sip_create_response()
760 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_VIA, in sip_create_nonOKack()
H A Dsip_add_hdrs.c1346 header_size = strlen(SIP_VIA) + SIP_SPACE_LEN + sizeof (char) + in sip_create_via_hdr()
1365 SIP_VIA, SIP_HCOLON, SIP_VERSION, sent_protocol_transport, in sip_create_via_hdr()
H A Dsip_itf.c398 via = (sip_header_t)sip_get_header(sip_msg, SIP_VIA, NULL, &error); in sip_valid_sent_by()
H A Dsip_xaction.c87 via = sip_search_for_header(msg, SIP_VIA, NULL); in sip_find_md5_digest()
H A Dsip.h61 #define SIP_VIA "Via" macro