Home
last modified time | relevance | path

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

/external/fastrpc/inc/
DAEEstd.h220 # define STD_HTONS(u) (u) macro
225 # define STD_HTONS(u) (STD_SWAPS(u)) macro
252 return STD_HTONS(us); in std_ntohs()
257 return STD_HTONS(us); in std_htons()
272 #undef STD_HTONS // private macro; not exported as a supported API