Searched refs:SIP_VIA (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_hdrs_ui.c | 607 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 D | sip_gids.c | 219 via = sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_branchid()
|
H A D | sip_msg.c | 614 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 D | sip_add_hdrs.c | 1334 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 D | sip_itf.c | 396 via = (sip_header_t)sip_get_header(sip_msg, SIP_VIA, NULL, &error); in sip_valid_sent_by()
|
H A D | sip_xaction.c | 85 via = sip_search_for_header(msg, SIP_VIA, NULL); in sip_find_md5_digest()
|
H A D | sip.h | 59 #define SIP_VIA "Via" macro
|