Home
last modified time | relevance | path

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

/third_party/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)
/third_party/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()
/third_party/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()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h1147 #ifndef ntohll
1156 #define ntohll(x) be64toh(x) macro