Home
last modified time | relevance | path

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

/external/libnfnetlink/include/libnfnetlink/
Dlibnfnetlink.h258 # ifndef __be64_to_cpu
259 # define __be64_to_cpu(x) (x) macro
263 # ifndef __be64_to_cpu
264 # define __be64_to_cpu(x) __bswap_64(x) macro
/external/libnetfilter_conntrack/src/conntrack/
Dparse.c301 ct->protoinfo.dccp.handshake_seq = __be64_to_cpu(tmp); in __parse_protoinfo_dccp()
342 ct->counters[dir].packets = __be64_to_cpu(tmp); in __parse_counters()
366 ct->counters[dir].bytes = __be64_to_cpu(tmp); in __parse_counters()
483 ct->timestamp.start = __be64_to_cpu(tmp); in __parse_timestamp()
489 ct->timestamp.stop = __be64_to_cpu(tmp); in __parse_timestamp()
Dbuild.c206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq); in __build_protoinfo()
/external/u-boot/include/linux/byteorder/
Dgeneric.h93 #define be64_to_cpu __be64_to_cpu
Dlittle_endian.h39 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro
Dbig_endian.h39 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
/external/kernel-headers/original/uapi/linux/byteorder/
Dlittle_endian.h38 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro
Dbig_endian.h38 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro