Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_hdrs_ui.c60 case (SIP_STRS_VAL): in sip_get_val_from_hdr()
748 SIP_STRS_VAL, B_TRUE, B_FALSE, error); in sip_get_content_type()
761 SIP_STRS_VAL, B_FALSE, B_FALSE, error); in sip_get_content_sub_type()
828 r = (sip_str_t *)sip_get_val_from_hdr(val, SIP_STRS_VAL, B_TRUE, error); in sip_get_accept_type()
841 r = (sip_str_t *)sip_get_val_from_hdr(val, SIP_STRS_VAL, B_FALSE, in sip_get_accept_sub_type()
1199 r = (sip_str_t *)sip_get_val_from_hdr(val, SIP_STRS_VAL, B_TRUE, error); in sip_get_pidentity_display_name()
1213 r = (sip_str_t *)sip_get_val_from_hdr(val, SIP_STRS_VAL, B_FALSE, in sip_get_pidenty_uri_str()
1366 SIP_STRS_VAL, B_TRUE, B_FALSE, error); in sip_get_replyto_display_name()
1379 SIP_STRS_VAL, B_FALSE, B_FALSE, error); in sip_get_replyto_uri_str()
1459 t = sip_get_val_from_msg(sip_msg, SIP_TIMESTAMP, SIP_STRS_VAL, B_FALSE, in sip_get_tstamp_delay()
[all …]
H A Dsip_parse_hdrs.c436 return (sip_parse_hdr_parser3(sip_header, header, SIP_STRS_VAL, in sip_parse_replyto_header()
1684 return (sip_parse_hdr_parser3(sip_header, header, SIP_STRS_VAL, in sip_parse_passertedid()
1696 return (sip_parse_hdr_parser3(sip_header, header, SIP_STRS_VAL, in sip_parse_ppreferredid()
H A Dsip_msg.h242 #define SIP_STRS_VAL 0x03 macro
H A Dsip_parse_generic.c756 if (type == SIP_STRS_VAL) { in sip_parse_hdr_parser3()