Home
last modified time | relevance | path

Searched refs:__constant_htons (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dif_pppox.h92 #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)
H A Dif_tunnel.h15 #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)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/
H A Dbig_endian.h16 #define __constant_htons(x) ( (__be16)(__u16)(x)) macro
H A Dlittle_endian.h16 #define __constant_htons(x) ( (__be16)___constant_swab16((x))) macro