Home
last modified time | relevance | path

Searched defs:__constant_ntohl (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/linux-private/linux/byteorder/
Dlittle_endian.h17 #define __constant_ntohl(x) ___constant_swab32((__be32)(x)) macro
/external/kernel-headers/original/uapi/linux/byteorder/
Dbig_endian.h17 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) macro
Dlittle_endian.h17 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) macro