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

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

Completed in 64 milliseconds