Home
last modified time | relevance | path

Searched refs:__constant_htonl (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/byteorder/
Dbig_endian.h14 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro
Dlittle_endian.h14 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro
/external/iproute2/include/
Dbpf_api.h52 # define htonl(X) __constant_htonl((X))