Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c646 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL); in sip_seed_dialog()
898 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL); in sip_complete_dialog()
945 SIP_CONTACT, NULL); in sip_complete_dialog()
1103 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, in sip_complete_dialog()
1408 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL); in sip_get_rtarg()
1478 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, in sip_dialog_process()
1727 SIP_CONTACT, NULL); in sip_update_dialog()
1864 chdr = sip_search_for_header(sip_msg, SIP_CONTACT, NULL); in sip_dialog_add_new_contact()
H A Dsip_dialog_ui.c133 if (sip_delete_header_by_name(sip_msg, SIP_CONTACT) != 0) { in sip_create_dialog_req_nocontact()
H A Dsip.h58 #define SIP_CONTACT "CONTACT" macro
H A Dsip_msg.c820 if ((header = sip_search_for_header(_response, SIP_CONTACT, in sip_create_OKack()
H A Dsip_add_hdrs.c1504 add_aquot, SIP_CONTACT, contact_params)); in sip_add_contact()
H A Dsip_parse_hdrs.c1642 if ((strcmp(SIP_CONTACT, sip_header-> in sip_parse_cftr_header()