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

/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-usb-linux.c457 ascii_to_int(char c) function
641 rawdata[0] = ascii_to_int(string[0]) * 16 + ascii_to_int(string[1]);

Completed in 42 milliseconds