Home
last modified time | relevance | path

Searched refs:htonll (Results 1 – 7 of 7) sorted by relevance

/external/dhcpcd-6.8.2/
Dauth.c46 #define htonll macro
50 #ifndef htonll
53 htonll(uint64_t x) in htonll() function
60 #define htonll(x) (x) macro
583 rdm = htonll(rdm); in dhcp_auth_encode()
/external/kmod/port-gnu/
Dendian-darwin.h78 # define htobe64(x) htonll(x)
/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/iproute2/lib/
Dutils.c377 *val = htonll(v); in get_be64()
/external/iproute2/tc/
Df_flower.c108 mask = htonll(0xffffffffffffULL << (16 + 48 - bits)); in flower_parse_eth_addr()
/external/fio/engines/
Drdma.c1303 htonll((uint64_t) (unsigned long)io_u->buf); in fio_rdmaio_init()