Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c430 int uri_hexValue; in sip_uri_parse_tel_areaspe() local
483 uri_hexValue = sip_uri_hexVal(scan, uend); in sip_uri_parse_tel_areaspe()
484 if (uri_hexValue == 0x21 || uri_hexValue == 0x22 || in sip_uri_parse_tel_areaspe()
485 (uri_hexValue >= 0x24 && uri_hexValue <= 0x27) || in sip_uri_parse_tel_areaspe()
486 uri_hexValue == 0x2c || uri_hexValue == 0x2f || in sip_uri_parse_tel_areaspe()
487 uri_hexValue == 0x3a || in sip_uri_parse_tel_areaspe()
488 (uri_hexValue >= 0x3c && uri_hexValue <= 0x40) || in sip_uri_parse_tel_areaspe()
489 (uri_hexValue >= 0x45 && uri_hexValue <= 0x4f) || in sip_uri_parse_tel_areaspe()
490 (uri_hexValue >= 0x51 && uri_hexValue <= 0x56) || in sip_uri_parse_tel_areaspe()
491 (uri_hexValue >= 0x58 && uri_hexValue <= 0x60) || in sip_uri_parse_tel_areaspe()
[all …]