Searched defs:htonll (Results 1 – 4 of 4) sorted by relevance
76 # define htonll(x) (x) macro79 # define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl((uint64_t)(x) >> 32)) macro
38 static uint64_t htonll(uint64_t x) in htonll() function47 static uint64_t htonll(uint64_t x) in htonll() function
230 #define htonll(x) ((1==htonl(1)) ? (x) : ((uint64_t)htonl((x) & 0xFFFFFFFF) << 32) | htonl((x) >> 3… macro
22 #define htonll(x) ((bpf_htonl(1)) == 1 ? (x) : ((uint64_t)bpf_htonl((x) & \ macro