Searched refs:hton64 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dutil.h52 #define hton64(x) (x) macro
55 #define hton64(x) ((uint64_t) (htonl(((x) >> 32) & 0xffffffffLL)) | \ macro
57 #define ntoh64(x) (hton64(x))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfce_api.c185 tm_used = hton64(tm_used);
H A Dvolume.c1740 xbfree = hton64( xbfree );
1750 xbtotal = hton64( xbtotal );

Completed in 49 milliseconds