Home
last modified time | relevance | path

Searched refs:ntohll (Results 1 – 8 of 8) sorted by relevance

/external/libnl/lib/netfilter/
Dlog_msg.c32 static uint64_t ntohll(uint64_t x) in ntohll() function
37 static uint64_t ntohll(uint64_t x) in ntohll() function
104 tv.tv_sec = ntohll(timestamp->sec); in nfnlmsg_log_msg_parse()
105 tv.tv_usec = ntohll(timestamp->usec); in nfnlmsg_log_msg_parse()
Dqueue_msg.c32 static uint64_t ntohll(uint64_t x) in ntohll() function
37 static uint64_t ntohll(uint64_t x) in ntohll() function
104 tv.tv_sec = ntohll(timestamp->sec); in nfnlmsg_queue_msg_parse()
105 tv.tv_usec = ntohll(timestamp->usec); in nfnlmsg_queue_msg_parse()
Dct.c34 static uint64_t ntohll(uint64_t x) in ntohll() function
43 static uint64_t ntohll(uint64_t x) in ntohll() function
288 ntohll(nla_get_u64(tb[CTA_COUNTERS_PACKETS]))); in ct_parse_counters()
294 ntohll(nla_get_u64(tb[CTA_COUNTERS_BYTES]))); in ct_parse_counters()
329 ntohll(nla_get_u64(tb[CTA_TIMESTAMP_START])), in ct_parse_timestamp()
330 ntohll(nla_get_u64(tb[CTA_TIMESTAMP_STOP]))); in ct_parse_timestamp()
/external/dhcpcd-6.8.2/
Dauth.c47 #define ntohll macro
64 #ifndef ntohll
67 ntohll(uint64_t x) in ntohll() function
74 #define ntohll(x) (x) macro
157 replay = ntohll(replay); in dhcp_auth_validate()
/external/iproute2/ip/
Diproute_lwtunnel.c80 fprintf(fp, "id %llu ", ntohll(rta_getattr_u64(tb[LWTUNNEL_IP_ID]))); in print_encap_ip()
126 fprintf(fp, "id %llu ", ntohll(rta_getattr_u64(tb[LWTUNNEL_IP6_ID]))); in print_encap_ip6()
/external/kmod/port-gnu/
Dendian-darwin.h80 # define be64toh(x) ntohll(x)
/external/iproute2/include/
Dutils.h207 #define ntohll(x) ((1==ntohl(1)) ? (x) : ((uint64_t)ntohl((x) & 0xFFFFFFFF) << 32) | ntohl((x) >> 3… macro
/external/fio/engines/
Drdma.c219 rd->rmt_us[i].buf = ntohll(rd->recv_buf.rmt_us[i].buf); in client_recv()