Searched refs:SIP_URI_HEXVAL (Results 1 – 1 of 1) sorted by relevance
263 static int SIP_URI_HEXVAL(int);269 SIP_URI_HEXVAL(int c) in SIP_URI_HEXVAL() function1224 val = SIP_URI_HEXVAL(*scan); in sip_uri_parse_ipv6()1226 val = val * 16 + SIP_URI_HEXVAL(*scan); in sip_uri_parse_ipv6()