Home
last modified time | relevance | path

Searched defs:htonll (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/um/drivers/
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
/linux-2.6.39/include/scsi/
Dfc_frame.h36 #define htonll(x) cpu_to_be64(x) macro