Searched refs:__constant_htons (Results 1 – 4 of 4) sorted by relevance
92 #define PTT_EOL __constant_htons(0x0000)93 #define PTT_SRV_NAME __constant_htons(0x0101)94 #define PTT_AC_NAME __constant_htons(0x0102)95 #define PTT_HOST_UNIQ __constant_htons(0x0103)96 #define PTT_AC_COOKIE __constant_htons(0x0104)97 #define PTT_VENDOR __constant_htons(0x0105)98 #define PTT_RELAY_SID __constant_htons(0x0110)99 #define PTT_SRV_ERR __constant_htons(0x0201)100 #define PTT_SYS_ERR __constant_htons(0x0202)101 #define PTT_GEN_ERR __constant_htons(0x0203)
15 #define GRE_CSUM __constant_htons(0x8000)16 #define GRE_ROUTING __constant_htons(0x4000)17 #define GRE_KEY __constant_htons(0x2000)18 #define GRE_SEQ __constant_htons(0x1000)19 #define GRE_STRICT __constant_htons(0x0800)20 #define GRE_REC __constant_htons(0x0700)21 #define GRE_FLAGS __constant_htons(0x00F8)22 #define GRE_VERSION __constant_htons(0x0007)
16 #define __constant_htons(x) ( (__be16)(__u16)(x)) macro
16 #define __constant_htons(x) ( (__be16)___constant_swab16((x))) macro