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

/drivers/staging/rtl8712/
H A Dbig_endian.h40 #define __constant_htons(x) ((__u16)(x)) macro
H A Dlittle_endian.h40 #define __constant_htons(x) ___constant_swab16((x)) macro

Completed in 130 milliseconds