Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_gids.c221 via = sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_branchid()
226 to = sip_search_for_header(_sip_msg, SIP_TO, NULL); in sip_branchid()
227 from = sip_search_for_header(_sip_msg, SIP_FROM, NULL); in sip_branchid()
228 callid = sip_search_for_header(_sip_msg, SIP_CALL_ID, NULL); in sip_branchid()
H A Dsip_headers.c386 header = sip_search_for_header(_old_msg, header_name, NULL); in _sip_find_and_copy_all_header()
391 header = sip_search_for_header(_old_msg, header_name, header); in _sip_find_and_copy_all_header()
413 header = sip_search_for_header(_old_msg, header_name, NULL); in _sip_find_and_copy_header()
442 header = sip_search_for_header(_old_msg, NULL, NULL); in sip_copy_all_headers()
447 header = sip_search_for_header(_old_msg, NULL, header); in sip_copy_all_headers()
599 header = sip_search_for_header(_sip_msg, header_name, NULL); in sip_delete_headers()
619 header = sip_search_for_header(_sip_msg, NULL, NULL); in sip_delete_headers()
643 header = sip_search_for_header(sip_msg, header_name, NULL); in _sip_add_header()
648 header = sip_search_for_header(sip_msg, in _sip_add_header()
796 sip_search_for_header(_sip_msg_t *sip_msg, char *header_name, in sip_search_for_header() function
H A Dsip_dialog.c498 rrhdr = sip_search_for_header(sip_msg, SIP_RECORD_ROUTE, NULL); in sip_dialog_get_route_set()
552 rrhdr = sip_search_for_header(sip_msg, SIP_RECORD_ROUTE, rrhdr); in sip_dialog_get_route_set()
645 fhdr = sip_search_for_header(sip_msg, SIP_FROM, NULL); in sip_seed_dialog()
647 cihdr = sip_search_for_header(sip_msg, SIP_CALL_ID, NULL); in sip_seed_dialog()
648 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL); in sip_seed_dialog()
650 evhdr = sip_search_for_header(sip_msg, SIP_EVENT, NULL); in sip_seed_dialog()
900 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL); in sip_complete_dialog()
906 evhdr = sip_search_for_header(sip_msg, SIP_EVENT, NULL); in sip_complete_dialog()
912 substate = sip_search_for_header(sip_msg, in sip_complete_dialog()
944 thdr = sip_search_for_header(sip_msg, SIP_TO, NULL); in sip_complete_dialog()
[all …]
H A Dsip_msg.c287 header = sip_search_for_header(msg, NULL, NULL); in sip_msg_to_msgbuf()
303 header = sip_search_for_header(msg, NULL, header); in sip_msg_to_msgbuf()
364 header = sip_search_for_header(msg, SIP_CONTENT_LENGTH, NULL); in sip_adjust_msgbuf()
681 if (sip_search_for_header(_sip_request, SIP_RECORD_ROUTE, NULL) != in sip_create_response()
822 if ((header = sip_search_for_header(_response, SIP_CONTACT, in sip_create_OKack()
874 if (sip_search_for_header(_response, SIP_MAX_FORWARDS, NULL) != NULL) { in sip_create_OKack()
H A Dsip_xaction.c87 via = sip_search_for_header(msg, SIP_VIA, NULL); in sip_find_md5_digest()
88 from = sip_search_for_header(msg, SIP_FROM, NULL); in sip_find_md5_digest()
89 cid = sip_search_for_header(msg, SIP_CALL_ID, NULL); in sip_find_md5_digest()
H A Dsip_hdrs_ui.c609 header = sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_get_branchid()
681 via_hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_add_branchid_to_via()
716 hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, NULL); in sip_get_num_via()
719 hdr = (sip_header_t)sip_search_for_header(_sip_msg, SIP_VIA, in sip_get_num_via()
H A Dsip_msg.h374 extern _sip_header_t *sip_search_for_header(_sip_msg_t *, char *,
H A Dsip_ui.c67 sip_hdr = (sip_header_t)sip_search_for_header((_sip_msg_t *)sip_msg, in sip_get_header()
211 sip_hdr = (sip_header_t)sip_search_for_header(_msg, header_name, NULL); in sip_delete_header_by_name()