Home
last modified time | relevance | path

Searched refs:SIP_STR_VAL (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_hdrs_ui.c60 case (SIP_STR_VAL): in sip_get_val_from_hdr()
404 r = (sip_str_t *)sip_get_val_from_msg(sip_msg, SIP_CALL_ID, SIP_STR_VAL, in sip_get_callid()
791 r = (sip_str_t *)sip_get_val_from_hdr(val, SIP_STR_VAL, B_TRUE, error); in sip_get_allow_events()
803 r = (sip_str_t *)sip_get_val_from_msg(sip_msg, SIP_EVENT, SIP_STR_VAL, in sip_get_event()
817 SIP_STR_VAL, B_FALSE, B_FALSE, error); in sip_get_substate()
857 r = (sip_str_t *)sip_get_val_from_hdr(val, SIP_STR_VAL, B_FALSE, error); in sip_get_accept_enc()
870 r = (sip_str_t *)sip_get_val_from_hdr(val, SIP_STR_VAL, B_FALSE, error); in sip_get_accept_lang()
883 r = (sip_str_t *)sip_get_val_from_hdr(val, SIP_STR_VAL, B_FALSE, error); in sip_get_alert_info_uri()
909 r = (sip_str_t *)sip_get_val_from_hdr(val, SIP_STR_VAL, B_FALSE, error); in sip_get_call_info_uri()
922 SIP_STR_VAL, B_FALSE, B_FALSE, error); in sip_get_content_disp()
[all …]
H A Dsip_parse_hdrs.c92 return (sip_parse_hdr_parser3(sip_header, header, SIP_STR_VAL, B_TRUE)); in sip_parse_alert_header()
182 return (sip_parse_hdr_parser3(sip_header, header, SIP_STR_VAL, B_TRUE)); in sip_parse_callinfo_header()
338 return (sip_parse_hdr_parser3(sip_header, header, SIP_STR_VAL, B_TRUE)); in sip_parse_errorinfo_header()
H A Dsip_msg.h243 #define SIP_STR_VAL 0x02 macro
H A Dsip_parse_generic.c861 if (type == SIP_STR_VAL) { in sip_parse_hdr_parser3()