Home
last modified time | relevance | path

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

/external/iperf3/src/
Dportable_endian.h76 # define htonll(x) (x) macro
79 # define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl((uint64_t)(x) >> 32)) macro
/external/libnl/include/netlink-private/
Dutils.h22 #define htonll(x) ntohll(x) macro
/external/icing/icing/portable/
Dendian.h193 #define htonll(x) ghtonll(x) macro
/external/iproute2/include/
Dutils.h230 #define htonll(x) ((1==htonl(1)) ? (x) : ((uint64_t)htonl((x) & 0xFFFFFFFF) << 32) | htonl((x) >> 3… macro
/external/ethtool/
Dinternal.h79 #define htonll cpu_to_be64 macro
/external/usrsctp/usrsctplib/netinet/
Dsctp_uio.h1176 #define htonll(x) htobe64(x) macro