Searched refs:hexval (Results 1 – 1 of 1) sorted by relevance
11 static int hexval(unsigned c) in hexval() function51 for (v=j=0; j<4 && (d=hexval(s[j]))>=0; j++) in inet_pton()