SIP_URI_HEXVAL
val = SIP_URI_HEXVAL(*scan);
val = val * 16 + SIP_URI_HEXVAL(*scan);
static int SIP_URI_HEXVAL(int);