SIP_VIA
header_size = strlen(SIP_VIA) + SIP_SPACE_LEN + sizeof (char) +
SIP_VIA, SIP_HCOLON, SIP_VERSION, sent_protocol_transport,
via = sip_search_for_header(_sip_msg, SIP_VIA, NULL);
header = sip_search_for_header(_sip_msg, SIP_VIA, NULL);
via_hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, NULL);
hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, NULL);
hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA,
via = (sip_header_t)sip_get_header(sip_msg, SIP_VIA, NULL, &error);
if (_sip_find_and_copy_all_header(_sip_request, new_msg, SIP_VIA) != 0)
if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_VIA,
via = sip_search_for_header(msg, SIP_VIA, NULL);