Home
last modified time | relevance | path

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

/external/iperf3/src/
Dportable_endian.h74 # if !defined (ntohll) || !defined(htonll)
77 # define ntohll(x) (x) macro
80 # define ntohll(x) ((((uint64_t)ntohl(x)) << 32) + ntohl((uint64_t)(x) >> 32)) macro
84 # define be64toh(x) ntohll(x)
106 # define be64toh(x) ntohll(x)
/external/libnl/include/netlink-private/
Dutils.h18 #define ntohll(x) (x) macro
20 #define ntohll(x) bswap_64((x)) macro
22 #define htonll(x) ntohll(x)
/external/icing/icing/portable/
Dendian.h202 #ifndef ntohll
203 #define ntohll(x) htonll(x) macro
/external/libnl/lib/netfilter/
Dlog_msg.c93 tv.tv_sec = ntohll(timestamp->sec); in nfnlmsg_log_msg_parse()
94 tv.tv_usec = ntohll(timestamp->usec); in nfnlmsg_log_msg_parse()
Dct.c271 ntohll(nla_get_u64(tb[CTA_COUNTERS_PACKETS]))); in ct_parse_counters()
277 ntohll(nla_get_u64(tb[CTA_COUNTERS_BYTES]))); in ct_parse_counters()
312 ntohll(nla_get_u64(tb[CTA_TIMESTAMP_START])), in ct_parse_timestamp()
313 ntohll(nla_get_u64(tb[CTA_TIMESTAMP_STOP]))); in ct_parse_timestamp()
Dqueue_msg.c93 tv.tv_sec = ntohll(timestamp->sec); in nfnlmsg_queue_msg_parse()
94 tv.tv_usec = ntohll(timestamp->usec); in nfnlmsg_queue_msg_parse()
/external/kmod/port-gnu/
Dendian-darwin.h80 # define be64toh(x) ntohll(x)
/external/iproute2/ip/
Dipmacsec.c784 printf("%sTXSC: %016llx on SA %d\n", prefix, ntohll(sci), encoding_sa); in print_tx_sc()
853 printf("%sRXSC: %016llx, state %s\n", prefix, ntohll(sci), in print_rx_sc()
1029 ntohll(rta_getattr_u64(tb[IFLA_MACSEC_SCI]))); in macsec_print_opt()
1033 ntohll(rta_getattr_u64(tb[IFLA_MACSEC_SCI]))); in macsec_print_opt()
Diproute_lwtunnel.c265 ntohll(rta_getattr_u64(tb[LWTUNNEL_IP_ID]))); in print_encap_ip()
335 ntohll(rta_getattr_u64(tb[LWTUNNEL_IP6_ID]))); in print_encap_ip6()
/external/libnl/lib/route/link/
Dmacsec.c265 nl_dump(p, "sci %016llx <%s>", ntohll(info->sci), flags_str(tmp, sizeof(tmp), info)); in macsec_dump_line()
274ntohll(info->sci), values_on_off[info->protect], info->encoding_sa, values_on_off[info->encrypt], … in macsec_dump_details()
/external/iproute2/include/
Dutils.h231 #define ntohll(x) ((1==ntohl(1)) ? (x) : ((uint64_t)ntohl((x) & 0xFFFFFFFF) << 32) | ntohl((x) >> 3… macro
/external/ethtool/
Dinternal.h78 #define ntohll cpu_to_be64 macro
/external/usrsctp/usrsctplib/netinet/
Dsctp_uio.h1155 #ifndef ntohll
1164 #define ntohll(x) be64toh(x) macro