Searched refs:htonll (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.h12 # define htonll(x) (x) macro
15 # define htonll(x) cpu_to_be64(x) macro
28 # define htonll(x) (x) macro
31 # define htonll(x) bswap_64(x) macro
H A Dcow_user.c241 header->size = htonll(*size);

Completed in 93 milliseconds