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

/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dmultilink.c515 static int hexc_val(int c) function
576 ep->value[l] = hexc_val(*str++);
578 ep->value[l] = (ep->value[l] << 4) + hexc_val(*str++);

Completed in 90 milliseconds