HomeSort by relevance Sort by last modified time
    Searched defs: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/include/
utils.h 206 #define htonll(x) ((1==htonl(1)) ? (x) : ((uint64_t)htonl((x) & 0xFFFFFFFF) << 32) | htonl((x) >> 32)) macro
  /external/libnl/lib/netfilter/
ct.c 38 static uint64_t htonll(uint64_t x) function
47 static uint64_t htonll(uint64_t x) function
  /system/bt/hci/src/
btsnoop.cc 228 static uint64_t htonll(uint64_t ll) { function
266 header.timestamp = htonll(timestamp_us + BTSNOOP_EPOCH_DELTA);

Completed in 142 milliseconds