Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-usb-linux.c78 #define htols(s) s macro
82 #define htols(s) bswap_16(s) macro
629 shdr->wValue = htols(strtoul(str3, 0, 16)); in usb_read_linux()
630 shdr->wIndex = htols(strtoul(str4, 0, 16)); in usb_read_linux()
631 shdr->wLength = htols(strtoul(str5, 0, 16)); in usb_read_linux()