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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-usb-linux.c442 ascii_to_int(char c) function
625 rawdata[0] = ascii_to_int(string[0]) * 16 + ascii_to_int(string[1]);

Completed in 114 milliseconds