Searched defs:__constant_htonl (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8712/
H A Dbig_endian.h38 #define __constant_htonl(x) ((__u32)(x)) macro
H A Dlittle_endian.h38 #define __constant_htonl(x) ___constant_swab32((x)) macro

Completed in 432 milliseconds