Searched refs:hexc_val (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/netif/ppp/ | ||
H A D | multilink.c | 534 static int hexc_val(int c) in hexc_val() function 597 ep->value[l] = hexc_val(*str++); 599 ep->value[l] = (ep->value[l] << 4) + hexc_val(*str++); |
Completed in 1 milliseconds