Searched defs:__constant_htonl (Results 1 – 2 of 2) sorted by relevance
/include/linux/byteorder/ | ||
D | little_endian.h | 14 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro |
D | big_endian.h | 14 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro |