HomeSort by relevance Sort by last modified time
    Searched refs:htonll (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd-6.8.2/
auth.c 46 #define htonll macro
50 #ifndef htonll
53 htonll(uint64_t x) function
60 #define htonll(x) (x) macro
62 #endif /* htonll */
583 rdm = htonll(rdm);
  /external/iproute2/ip/
iproute_lwtunnel.c 211 rta_addattr64(rta, len, LWTUNNEL_IP_ID, htonll(id));
284 rta_addattr64(rta, len, LWTUNNEL_IP6_ID, htonll(id));
  /external/iproute2/include/
utils.h 206 #define htonll(x) ((1==htonl(1)) ? (x) : ((uint64_t)htonl((x) & 0xFFFFFFFF) << 32) | htonl((x) >> 32)) macro
  /external/fio/engines/
rdma.c 1172 htonll((uint64_t) (unsigned long)io_u->buf);

Completed in 280 milliseconds