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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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 102 milliseconds