Searched defs:ntohll (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dcow.h11 # define ntohll(x) (x) macro
14 # define ntohll(x) be64_to_cpu(x) macro
27 # define ntohll(x) (x) macro
30 # define ntohll(x) bswap_64(x) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dfc_frame.h35 #define ntohll(x) be64_to_cpu(x) macro

Completed in 67 milliseconds