Searched defs:__constant_ntohl (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dpdp_endian.h34 #define __constant_ntohl(x) ___constant_swahb32((x)) macro
H A Dbig_endian.h14 #define __constant_ntohl(x) ((__u32)(x)) macro
H A Dlittle_endian.h14 #define __constant_ntohl(x) ___constant_swab32((x)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dpdp_endian.h34 #define __constant_ntohl(x) ___constant_swahb32((x)) macro
H A Dbig_endian.h14 #define __constant_ntohl(x) ((__u32)(x)) macro
H A Dlittle_endian.h14 #define __constant_ntohl(x) ___constant_swab32((x)) macro

Completed in 192 milliseconds