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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dmisc.c345 /* htoi - convert a hexadecimal digit string to an integer value */
347 int htoi( str ) function
593 esc_char = htoi( array + 2 );
H A Dflexdef.h852 extern int htoi PROTO((Char[]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/atm/
H A Dueagle-atm.c1576 #define htoi(x) (isdigit(x) ? x-'0' : toupper(x)-'A'+10) macro
1587 esi[i] = htoi(mac_str[2 * i]) * 16 + htoi(mac_str[2 * i + 1]);

Completed in 57 milliseconds