Searched refs:ntohll (Results 1 – 6 of 6) sorted by relevance
/third_party/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)
|
/third_party/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 | 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()
|
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()
|
/third_party/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()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_uio.h | 1147 #ifndef ntohll 1156 #define ntohll(x) be64toh(x) macro
|