Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_hdrs_ui.c607 header = sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_get_branchid()
679 via_hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_add_branchid_to_via()
714 hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_get_num_via()
717 hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, in sip_get_num_via()
H A Dsip_gids.c219 via = sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_branchid()
H A Dsip_msg.c614 if (_sip_find_and_copy_all_header(_sip_request, new_msg, SIP_VIA) != 0) in sip_create_response()
758 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_VIA, in sip_create_nonOKack()
H A Dsip_add_hdrs.c1334 header_size = strlen(SIP_VIA) + SIP_SPACE_LEN + sizeof (char) + in sip_create_via_hdr()
1353 SIP_VIA, SIP_HCOLON, SIP_VERSION, sent_protocol_transport, in sip_create_via_hdr()
H A Dsip_itf.c396 via = (sip_header_t)sip_get_header(sip_msg, SIP_VIA, NULL, &error); in sip_valid_sent_by()
H A Dsip_xaction.c85 via = sip_search_for_header(msg, SIP_VIA, NULL); in sip_find_md5_digest()
H A Dsip.h59 #define SIP_VIA "Via" macro