Searched refs:ntohll (Results 1 – 13 of 13) sorted by relevance
/external/iperf3/src/ |
D | portable_endian.h | 74 # 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/ |
D | utils.h | 18 #define ntohll(x) (x) macro 20 #define ntohll(x) bswap_64((x)) macro 22 #define htonll(x) ntohll(x)
|
/external/icing/icing/portable/ |
D | endian.h | 202 #ifndef ntohll 203 #define ntohll(x) htonll(x) macro
|
/external/libnl/lib/netfilter/ |
D | log_msg.c | 93 tv.tv_sec = ntohll(timestamp->sec); in nfnlmsg_log_msg_parse() 94 tv.tv_usec = ntohll(timestamp->usec); in nfnlmsg_log_msg_parse()
|
D | queue_msg.c | 93 tv.tv_sec = ntohll(timestamp->sec); in nfnlmsg_queue_msg_parse() 94 tv.tv_usec = ntohll(timestamp->usec); in nfnlmsg_queue_msg_parse()
|
D | ct.c | 271 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()
|
/external/kmod/port-gnu/ |
D | endian-darwin.h | 80 # define be64toh(x) ntohll(x)
|
/external/iproute2/ip/ |
D | ipmacsec.c | 784 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()
|
D | iproute_lwtunnel.c | 265 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/ |
D | macsec.c | 265 nl_dump(p, "sci %016llx <%s>", ntohll(info->sci), flags_str(tmp, sizeof(tmp), info)); in macsec_dump_line() 274 …ntohll(info->sci), values_on_off[info->protect], info->encoding_sa, values_on_off[info->encrypt], … in macsec_dump_details()
|
/external/iproute2/include/ |
D | utils.h | 231 #define ntohll(x) ((1==ntohl(1)) ? (x) : ((uint64_t)ntohl((x) & 0xFFFFFFFF) << 32) | ntohl((x) >> 3… macro
|
/external/ethtool/ |
D | internal.h | 78 #define ntohll cpu_to_be64 macro
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_uio.h | 1155 #ifndef ntohll 1164 #define ntohll(x) be64toh(x) macro
|