Searched refs:htonll (Results 1 – 7 of 7) sorted by relevance
74 # if !defined (ntohll) || !defined(htonll)76 # define htonll(x) (x) macro79 # define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl((uint64_t)(x) >> 32)) macro85 # define htobe64(x) htonll(x)104 # define htobe64(x) htonll(x)
22 #define htonll(x) ((bpf_htonl(1)) == 1 ? (x) : ((uint64_t)bpf_htonl((x) & \ macro318 seg->lo = htonll(4 - lo); in __encap_srh()319 seg->hi = htonll(hi); in __encap_srh()359 addr.lo = htonll(lo); in __add_egr_x()360 addr.hi = htonll(hi); in __add_egr_x()
78 # define htobe64(x) htonll(x)
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
377 *val = htonll(v); in get_be64()
108 mask = htonll(0xffffffffffffULL << (16 + 48 - bits)); in flower_parse_eth_addr()