Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-usb-linux.c716 ascii_to_int(char c) in ascii_to_int() function
899 rawdata[0] = ascii_to_int(string[0]) * 16 + ascii_to_int(string[1]); in usb_read_linux()