Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dmultilink.c534 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 3 milliseconds