Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dif_pppox.h125 #define PTT_EOL __cpu_to_be16(0x0000)
126 #define PTT_SRV_NAME __cpu_to_be16(0x0101)
127 #define PTT_AC_NAME __cpu_to_be16(0x0102)
128 #define PTT_HOST_UNIQ __cpu_to_be16(0x0103)
129 #define PTT_AC_COOKIE __cpu_to_be16(0x0104)
130 #define PTT_VENDOR __cpu_to_be16(0x0105)
131 #define PTT_RELAY_SID __cpu_to_be16(0x0110)
132 #define PTT_SRV_ERR __cpu_to_be16(0x0201)
133 #define PTT_SYS_ERR __cpu_to_be16(0x0202)
134 #define PTT_GEN_ERR __cpu_to_be16(0x0203)
Dif_tunnel.h21 #define GRE_CSUM __cpu_to_be16(0x8000)
22 #define GRE_ROUTING __cpu_to_be16(0x4000)
23 #define GRE_KEY __cpu_to_be16(0x2000)
24 #define GRE_SEQ __cpu_to_be16(0x1000)
25 #define GRE_STRICT __cpu_to_be16(0x0800)
26 #define GRE_REC __cpu_to_be16(0x0700)
27 #define GRE_FLAGS __cpu_to_be16(0x00F8)
28 #define GRE_VERSION __cpu_to_be16(0x0007)
/external/iproute2/include/linux/
Dif_tunnel.h21 #define GRE_CSUM __cpu_to_be16(0x8000)
22 #define GRE_ROUTING __cpu_to_be16(0x4000)
23 #define GRE_KEY __cpu_to_be16(0x2000)
24 #define GRE_SEQ __cpu_to_be16(0x1000)
25 #define GRE_STRICT __cpu_to_be16(0x0800)
26 #define GRE_REC __cpu_to_be16(0x0700)
27 #define GRE_FLAGS __cpu_to_be16(0x00F8)
28 #define GRE_VERSION __cpu_to_be16(0x0007)
/external/kernel-headers/original/uapi/linux/byteorder/
Dlittle_endian.h40 #define __cpu_to_be16(x) ((__force __be16)__swab16((x))) macro
Dbig_endian.h40 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x)) macro