HomeSort by relevance Sort by last modified time
    Searched defs:ntohll (Results 1 - 5 of 5) sorted by null

  /external/libnl/lib/netfilter/
log_msg.c 32 static uint64_t ntohll(uint64_t x) function
37 static uint64_t ntohll(uint64_t x) function
104 tv.tv_sec = ntohll(timestamp->sec);
105 tv.tv_usec = ntohll(timestamp->usec);
queue_msg.c 32 static uint64_t ntohll(uint64_t x) function
37 static uint64_t ntohll(uint64_t x) function
104 tv.tv_sec = ntohll(timestamp->sec);
105 tv.tv_usec = ntohll(timestamp->usec);
ct.c 34 static uint64_t ntohll(uint64_t x) function
43 static uint64_t ntohll(uint64_t x) function
288 ntohll(nla_get_u64(tb[CTA_COUNTERS_PACKETS])));
294 ntohll(nla_get_u64(tb[CTA_COUNTERS_BYTES])));
329 ntohll(nla_get_u64(tb[CTA_TIMESTAMP_START])),
330 ntohll(nla_get_u64(tb[CTA_TIMESTAMP_STOP])));
  /external/dhcpcd-6.8.2/
auth.c 47 #define ntohll macro
64 #ifndef ntohll
67 ntohll(uint64_t x) function
74 #define ntohll(x) (x) macro
76 #endif /* ntohll */
157 replay = ntohll(replay);
  /external/iproute2/include/
utils.h 207 #define ntohll(x) ((1==ntohl(1)) ? (x) : ((uint64_t)ntohl((x) & 0xFFFFFFFF) << 32) | ntohl((x) >> 32)) macro

Completed in 146 milliseconds