Home
last modified time | relevance | path

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

/net-tools-3.6.0/
Dtunslip6.c856 uint16_t digit,ai,a[8],cc,scc,i; in ifconf() local
871 digit = c-'0'; in ifconf()
872 if (digit > 9) in ifconf()
873 digit = 10 + (c & 0xdf) - 'A'; in ifconf()
874 a[ai] = (a[ai] << 4) + digit; in ifconf()