Home
last modified time | relevance | path

Searched refs:sip_search_for_header (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_gids.c219 via = sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_branchid()
224 to = sip_search_for_header(_sip_msg, SIP_TO, NULL); in sip_branchid()
225 from = sip_search_for_header(_sip_msg, SIP_FROM, NULL); in sip_branchid()
226 callid = sip_search_for_header(_sip_msg, SIP_CALL_ID, NULL); in sip_branchid()
H A Dsip_headers.c384 header = sip_search_for_header(_old_msg, header_name, NULL); in _sip_find_and_copy_all_header()
389 header = sip_search_for_header(_old_msg, header_name, header); in _sip_find_and_copy_all_header()
411 header = sip_search_for_header(_old_msg, header_name, NULL); in _sip_find_and_copy_header()
440 header = sip_search_for_header(_old_msg, NULL, NULL); in sip_copy_all_headers()
445 header = sip_search_for_header(_old_msg, NULL, header); in sip_copy_all_headers()
597 header = sip_search_for_header(_sip_msg, header_name, NULL); in sip_delete_headers()
617 header = sip_search_for_header(_sip_msg, NULL, NULL); in sip_delete_headers()
641 header = sip_search_for_header(sip_msg, header_name, NULL); in _sip_add_header()
646 header = sip_search_for_header(sip_msg, in _sip_add_header()
794 sip_search_for_header(_sip_msg_t *sip_msg, char *header_name, in sip_search_for_header() function
H A Dsip_dialog.c643 fhdr = sip_search_for_header(sip_msg, SIP_FROM, NULL); in sip_seed_dialog()
645 cihdr = sip_search_for_header(sip_msg, SIP_CALL_ID, NULL); in sip_seed_dialog()
646 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL); in sip_seed_dialog()
648 evhdr = sip_search_for_header(sip_msg, SIP_EVENT, NULL); in sip_seed_dialog()
904 evhdr = sip_search_for_header(sip_msg, SIP_EVENT, NULL); in sip_complete_dialog()
910 substate = sip_search_for_header(sip_msg, in sip_complete_dialog()
942 thdr = sip_search_for_header(sip_msg, SIP_TO, NULL); in sip_complete_dialog()
944 chdr = sip_search_for_header(sip_msg, in sip_complete_dialog()
1103 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, in sip_complete_dialog()
1478 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, in sip_dialog_process()
[all …]
H A Dsip_msg.c285 header = sip_search_for_header(msg, NULL, NULL); in sip_msg_to_msgbuf()
301 header = sip_search_for_header(msg, NULL, header); in sip_msg_to_msgbuf()
362 header = sip_search_for_header(msg, SIP_CONTENT_LENGTH, NULL); in sip_adjust_msgbuf()
679 if (sip_search_for_header(_sip_request, SIP_RECORD_ROUTE, NULL) != in sip_create_response()
820 if ((header = sip_search_for_header(_response, SIP_CONTACT, in sip_create_OKack()
872 if (sip_search_for_header(_response, SIP_MAX_FORWARDS, NULL) != NULL) { in sip_create_OKack()
H A Dsip_xaction.c85 via = sip_search_for_header(msg, SIP_VIA, NULL); in sip_find_md5_digest()
86 from = sip_search_for_header(msg, SIP_FROM, NULL); in sip_find_md5_digest()
87 cid = sip_search_for_header(msg, SIP_CALL_ID, NULL); in sip_find_md5_digest()
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_msg.h372 extern _sip_header_t *sip_search_for_header(_sip_msg_t *, char *,
H A Dsip_ui.c65 sip_hdr = (sip_header_t)sip_search_for_header((_sip_msg_t *)sip_msg, in sip_get_header()
209 sip_hdr = (sip_header_t)sip_search_for_header(_msg, header_name, NULL); in sip_delete_header_by_name()