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

/freebsd-12-stable/contrib/libpcap/
H A Dpcap-usb-linux.c815 ascii_to_int(char c) function
998 rawdata[0] = ascii_to_int(string[0]) * 16 + ascii_to_int(string[1]);

Completed in 103 milliseconds