HomeSort by relevance Sort by last modified time
    Searched refs:ntohll (Results 1 - 8 of 8) 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/kmod/port-gnu/
endian-darwin.h 80 # define be64toh(x) ntohll(x)
  /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/ip/
iproute_lwtunnel.c 80 fprintf(fp, "id %llu ", ntohll(rta_getattr_u64(tb[LWTUNNEL_IP_ID])));
126 fprintf(fp, "id %llu ", ntohll(rta_getattr_u64(tb[LWTUNNEL_IP6_ID])));
  /external/iproute2/include/
utils.h 207 #define ntohll(x) ((1==ntohl(1)) ? (x) : ((uint64_t)ntohl((x) & 0xFFFFFFFF) << 32) | ntohl((x) >> 32)) macro
  /external/fio/engines/
rdma.c 219 rd->rmt_us[i].buf = ntohll(rd->recv_buf.rmt_us[i].buf);

Completed in 516 milliseconds