Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-usb-linux.c81 #define htols(s) s macro
85 #define htols(s) bswap_16(s) macro
982 shdr->wValue = htols(strtoul(str3, 0, 16)); in usb_read_linux()
983 shdr->wIndex = htols(strtoul(str4, 0, 16)); in usb_read_linux()
984 shdr->wLength = htols(strtoul(str5, 0, 16)); in usb_read_linux()