Home
last modified time | relevance | path

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

/haiku/src/system/libnetwork/musl/network/
H A Dinet_pton.c11 static int hexval(unsigned c) in hexval() function
51 for (v=j=0; j<4 && (d=hexval(s[j]))>=0; j++) in inet_pton()