Searched refs:SIP_SLASH (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_miscdefs.h | 50 #define SIP_SLASH '/' macro
|
H A D | sip_add_hdrs.c | 497 subtype, plist, SIP_SLASH); in sip_add_accept() 500 "*", plist, SIP_SLASH); in sip_add_accept() 1460 subtype, NULL, SIP_SLASH)); in sip_add_content_type()
|
H A D | sip_parse_hdrs.c | 56 return (sip_parse_hdr_parser1(sip_header, header, SIP_SLASH)); in sip_parse_acpt_header() 1209 if (sip_find_token(sip_header, SIP_SLASH) != 0) { in sip_parse_via_header() 1366 return (sip_parse_hdr_parser1(sip_header, header, SIP_SLASH)); in sip_parse_ctype_header()
|
H A D | sip_parse_generic.c | 450 if (sip_find_token(sip_header, SIP_SLASH) != 0) in sip_get_protocol_version()
|