Searched refs:SIP_CONTACT (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_dialog.c | 648 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 D | sip_dialog_ui.c | 135 if (sip_delete_header_by_name(sip_msg, SIP_CONTACT) != 0) { in sip_create_dialog_req_nocontact()
|
H A D | sip.h | 60 #define SIP_CONTACT "CONTACT" macro
|
H A D | sip_msg.c | 822 if ((header = sip_search_for_header(_response, SIP_CONTACT, in sip_create_OKack()
|
H A D | sip_add_hdrs.c | 1516 add_aquot, SIP_CONTACT, contact_params)); in sip_add_contact()
|
H A D | sip_parse_hdrs.c | 1646 if ((strcmp(SIP_CONTACT, sip_header-> in sip_parse_cftr_header()
|