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

/bionic/libc/kernel/common/linux/
H A Dif_pppox.h90 #define PTT_EOL __cpu_to_be16(0x0000)
91 #define PTT_SRV_NAME __cpu_to_be16(0x0101)
92 #define PTT_AC_NAME __cpu_to_be16(0x0102)
94 #define PTT_HOST_UNIQ __cpu_to_be16(0x0103)
95 #define PTT_AC_COOKIE __cpu_to_be16(0x0104)
96 #define PTT_VENDOR __cpu_to_be16(0x0105)
97 #define PTT_RELAY_SID __cpu_to_be16(0x0110)
99 #define PTT_SRV_ERR __cpu_to_be16(0x0201)
100 #define PTT_SYS_ERR __cpu_to_be16(0x0202)
101 #define PTT_GEN_ERR __cpu_to_be16(
[all...]
/bionic/libc/kernel/common/linux/byteorder/
H A Dbig_endian.h64 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x)) macro
H A Dlittle_endian.h64 #define __cpu_to_be16(x) ((__force __be16)__swab16((x))) macro

Completed in 64 milliseconds