Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbswap-constant-folding.c8 #define __cpu_to_be16(x) ((__force __be16)__swab16((x))) macro
9 #define ___htons(x) __cpu_to_be16(x)