Searched refs:ntohll (Results 1 - 2 of 2) 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
H A Dcow_user.c323 *size_out = ntohll(header->v2.size);
337 *size_out = ntohll(header->v3.size);
360 * Additionally, we must use ntohl() instead of ntohll(), since
367 *size_out = ntohll(header->v3_b.size);

Completed in 39 milliseconds