Home
last modified time | relevance | path

Searched defs:htonll (Results 1 – 4 of 4) 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/lib/netfilter/
Dct.c38 static uint64_t htonll(uint64_t x) in htonll() function
47 static uint64_t htonll(uint64_t x) in htonll() function
/external/iproute2/include/
Dutils.h230 #define htonll(x) ((1==htonl(1)) ? (x) : ((uint64_t)htonl((x) & 0xFFFFFFFF) << 32) | htonl((x) >> 3… macro
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lwt_seg6local.c22 #define htonll(x) ((bpf_htonl(1)) == 1 ? (x) : ((uint64_t)bpf_htonl((x) & \ macro