Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dif_tunnel.h26 #define GRE_CSUM __cpu_to_be16(0x8000)
27 #define GRE_ROUTING __cpu_to_be16(0x4000)
28 #define GRE_KEY __cpu_to_be16(0x2000)
29 #define GRE_SEQ __cpu_to_be16(0x1000)
30 #define GRE_STRICT __cpu_to_be16(0x0800)
31 #define GRE_REC __cpu_to_be16(0x0700)
32 #define GRE_ACK __cpu_to_be16(0x0080)
33 #define GRE_FLAGS __cpu_to_be16(0x0078)
34 #define GRE_VERSION __cpu_to_be16(0x0007)
42 #define GRE_VERSION_0 __cpu_to_be16(0x0000)
[all …]
Dif_pppox.h75 #define PTT_EOL __cpu_to_be16(0x0000)
76 #define PTT_SRV_NAME __cpu_to_be16(0x0101)
77 #define PTT_AC_NAME __cpu_to_be16(0x0102)
78 #define PTT_HOST_UNIQ __cpu_to_be16(0x0103)
79 #define PTT_AC_COOKIE __cpu_to_be16(0x0104)
80 #define PTT_VENDOR __cpu_to_be16(0x0105)
81 #define PTT_RELAY_SID __cpu_to_be16(0x0110)
82 #define PTT_SRV_ERR __cpu_to_be16(0x0201)
83 #define PTT_SYS_ERR __cpu_to_be16(0x0202)
84 #define PTT_GEN_ERR __cpu_to_be16(0x0203)
Dmap_to_14segment.h33 #define _SEG14(sym,a,b,c,d,e,f,g1,g2,h,j,k,l,m,n) __cpu_to_be16(a << BIT_SEG14_A | b << BIT_SEG14_B…
/bionic/libc/kernel/uapi/linux/byteorder/
Dbig_endian.h44 #define __cpu_to_be16(x) (( __be16) (__u16) (x)) macro
Dlittle_endian.h44 #define __cpu_to_be16(x) (( __be16) __swab16((x))) macro