Home
last modified time | relevance | path

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

/external/trace-cmd/lib/trace-cmd/include/
Dtrace-cmd-local.h22 #define ntohll(x) __bswap_64(x) macro
25 #define ntohll(x) (x) macro
/external/libnl/include/netlink-private/
Dutils.h19 #define ntohll(x) (x) macro
21 #define ntohll(x) bswap_64((x)) macro
/external/iperf3/src/
Dportable_endian.h77 # define ntohll(x) (x) macro
80 # define ntohll(x) ((((uint64_t)ntohl(x)) << 32) + ntohl((uint64_t)(x) >> 32)) macro
/external/iproute2/include/
Dutils.h231 #define ntohll(x) ((1==ntohl(1)) ? (x) : ((uint64_t)ntohl((x) & 0xFFFFFFFF) << 32) | ntohl((x) >> 3… macro
/external/ethtool/
Dinternal.h78 #define ntohll cpu_to_be64 macro