Home
last modified time | relevance | path

Searched refs:sip_parse_hdr_parser3 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_generic.h63 extern int sip_parse_hdr_parser3(_sip_header_t *,
H A Dsip_parse_hdrs.c90 return (sip_parse_hdr_parser3(sip_header, header, SIP_STR_VAL, B_TRUE)); in sip_parse_alert_header()
179 return (sip_parse_hdr_parser3(sip_header, header, SIP_STR_VAL, B_TRUE)); in sip_parse_callinfo_header()
335 return (sip_parse_hdr_parser3(sip_header, header, SIP_STR_VAL, B_TRUE)); in sip_parse_errorinfo_header()
436 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_parse_generic.c716 sip_parse_hdr_parser3(_sip_header_t *hdr, sip_parsed_header_t **phdr, int type, in sip_parse_hdr_parser3() function