Searched refs:SIP_URI_HEXVAL (Results 1 – 1 of 1) sorted by relevance
262 static int SIP_URI_HEXVAL(int);268 SIP_URI_HEXVAL(int c) in SIP_URI_HEXVAL() function1223 val = SIP_URI_HEXVAL(*scan); in sip_uri_parse_ipv6()1225 val = val * 16 + SIP_URI_HEXVAL(*scan); in sip_uri_parse_ipv6()