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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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

Completed in 86 milliseconds