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

/freebsd-10.3-release/contrib/libpcap/
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 117 milliseconds