Searched refs:__cpu_to_be16 (Results 1 – 4 of 4) sorted by relevance
100 #define PTT_EOL __cpu_to_be16(0x0000)101 #define PTT_SRV_NAME __cpu_to_be16(0x0101)102 #define PTT_AC_NAME __cpu_to_be16(0x0102)104 #define PTT_HOST_UNIQ __cpu_to_be16(0x0103)105 #define PTT_AC_COOKIE __cpu_to_be16(0x0104)106 #define PTT_VENDOR __cpu_to_be16(0x0105)107 #define PTT_RELAY_SID __cpu_to_be16(0x0110)109 #define PTT_SRV_ERR __cpu_to_be16(0x0201)110 #define PTT_SYS_ERR __cpu_to_be16(0x0202)111 #define PTT_GEN_ERR __cpu_to_be16(0x0203)
39 #define GRE_CSUM __cpu_to_be16(0x8000)40 #define GRE_ROUTING __cpu_to_be16(0x4000)41 #define GRE_KEY __cpu_to_be16(0x2000)42 #define GRE_SEQ __cpu_to_be16(0x1000)44 #define GRE_STRICT __cpu_to_be16(0x0800)45 #define GRE_REC __cpu_to_be16(0x0700)46 #define GRE_FLAGS __cpu_to_be16(0x00F8)47 #define GRE_VERSION __cpu_to_be16(0x0007)
64 #define __cpu_to_be16(x) ((__force __be16) (__u16) (x)) macro
64 #define __cpu_to_be16(x) ((__force __be16) __swab16((x))) macro