Home
last modified time | relevance | path

Searched defs:__constant_ntohs (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/byteorder/
H A Dlittle_endian.h19 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x)) macro
H A Dbig_endian.h19 #define __constant_ntohs(x) ((__force __u16)(__be16)(x)) macro