Searched refs:hexget (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/lib/
H A Dipx_pton.c8 static u_int32_t hexget(char c) function
27 if ((tmp = hexget(*str)) & 0xf0) {
51 if ((tmp = hexget(*str++)) & 0xf0)
55 if ((tmp = hexget(*str++)) & 0xf0)

Completed in 133 milliseconds