Searched refs:BCMSWAP16 (Results 1 - 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmendian.h30 #define BCMSWAP16(val) \ macro
51 #define HTON16(i) BCMSWAP16(i)
55 #define NTOH16(i) BCMSWAP16(i)
103 BCMSWAP16(_val); \
183 return BCMSWAP16(val);

Completed in 135 milliseconds