Home
last modified time | relevance | path

Searched refs:SIP_CONTACT (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_dialog.c648 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL); in sip_seed_dialog()
900 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL); in sip_complete_dialog()
947 SIP_CONTACT, NULL); in sip_complete_dialog()
1105 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, in sip_complete_dialog()
1410 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL); in sip_get_rtarg()
1480 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, in sip_dialog_process()
1729 SIP_CONTACT, NULL); in sip_update_dialog()
1866 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL); in sip_dialog_add_new_contact()
H A Dsip_dialog_ui.c135 if (sip_delete_header_by_name(sip_msg, SIP_CONTACT) != 0) { in sip_create_dialog_req_nocontact()
H A Dsip.h60 #define SIP_CONTACT "CONTACT" macro
H A Dsip_msg.c822 if ((header = sip_search_for_header(_response, SIP_CONTACT, in sip_create_OKack()
H A Dsip_add_hdrs.c1516 add_aquot, SIP_CONTACT, contact_params)); in sip_add_contact()
H A Dsip_parse_hdrs.c1646 if ((strcmp(SIP_CONTACT, sip_header-> in sip_parse_cftr_header()