HomeSort by relevance Sort by last modified time
    Searched refs:__cpu_to_be16 (Results 1 - 13 of 13) sorted by null

  /bionic/libc/kernel/uapi/linux/
if_tunnel.h 38 #define GRE_CSUM __cpu_to_be16(0x8000)
39 #define GRE_ROUTING __cpu_to_be16(0x4000)
40 #define GRE_KEY __cpu_to_be16(0x2000)
41 #define GRE_SEQ __cpu_to_be16(0x1000)
42 #define GRE_STRICT __cpu_to_be16(0x0800)
43 #define GRE_REC __cpu_to_be16(0x0700)
44 #define GRE_ACK __cpu_to_be16(0x0080)
45 #define GRE_FLAGS __cpu_to_be16(0x0078)
46 #define GRE_VERSION __cpu_to_be16(0x0007)
54 #define GRE_VERSION_0 __cpu_to_be16(0x0000
    [all...]
if_pppox.h 87 #define PTT_EOL __cpu_to_be16(0x0000)
88 #define PTT_SRV_NAME __cpu_to_be16(0x0101)
89 #define PTT_AC_NAME __cpu_to_be16(0x0102)
90 #define PTT_HOST_UNIQ __cpu_to_be16(0x0103)
91 #define PTT_AC_COOKIE __cpu_to_be16(0x0104)
92 #define PTT_VENDOR __cpu_to_be16(0x0105)
93 #define PTT_RELAY_SID __cpu_to_be16(0x0110)
94 #define PTT_SRV_ERR __cpu_to_be16(0x0201)
95 #define PTT_SYS_ERR __cpu_to_be16(0x0202)
96 #define PTT_GEN_ERR __cpu_to_be16(0x0203
    [all...]
  /external/kernel-headers/original/uapi/linux/
if_tunnel.h 25 #define GRE_CSUM __cpu_to_be16(0x8000)
26 #define GRE_ROUTING __cpu_to_be16(0x4000)
27 #define GRE_KEY __cpu_to_be16(0x2000)
28 #define GRE_SEQ __cpu_to_be16(0x1000)
29 #define GRE_STRICT __cpu_to_be16(0x0800)
30 #define GRE_REC __cpu_to_be16(0x0700)
31 #define GRE_ACK __cpu_to_be16(0x0080)
32 #define GRE_FLAGS __cpu_to_be16(0x0078)
33 #define GRE_VERSION __cpu_to_be16(0x0007)
43 #define GRE_VERSION_0 __cpu_to_be16(0x0000
    [all...]
if_pppox.h 129 #define PTT_EOL __cpu_to_be16(0x0000)
130 #define PTT_SRV_NAME __cpu_to_be16(0x0101)
131 #define PTT_AC_NAME __cpu_to_be16(0x0102)
132 #define PTT_HOST_UNIQ __cpu_to_be16(0x0103)
133 #define PTT_AC_COOKIE __cpu_to_be16(0x0104)
134 #define PTT_VENDOR __cpu_to_be16(0x0105)
135 #define PTT_RELAY_SID __cpu_to_be16(0x0110)
136 #define PTT_SRV_ERR __cpu_to_be16(0x0201)
137 #define PTT_SYS_ERR __cpu_to_be16(0x0202)
138 #define PTT_GEN_ERR __cpu_to_be16(0x0203
    [all...]
  /external/iproute2/include/uapi/linux/
if_tunnel.h 25 #define GRE_CSUM __cpu_to_be16(0x8000)
26 #define GRE_ROUTING __cpu_to_be16(0x4000)
27 #define GRE_KEY __cpu_to_be16(0x2000)
28 #define GRE_SEQ __cpu_to_be16(0x1000)
29 #define GRE_STRICT __cpu_to_be16(0x0800)
30 #define GRE_REC __cpu_to_be16(0x0700)
31 #define GRE_ACK __cpu_to_be16(0x0080)
32 #define GRE_FLAGS __cpu_to_be16(0x0078)
33 #define GRE_VERSION __cpu_to_be16(0x0007)
43 #define GRE_VERSION_0 __cpu_to_be16(0x0000
    [all...]
  /external/libnl/include/linux-private/linux/
if_tunnel.h 21 #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/u-boot/include/linux/byteorder/
generic.h 96 #define cpu_to_be16 __cpu_to_be16
135 #define ___htons(x) __cpu_to_be16(x)
big_endian.h 42 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x)) macro
little_endian.h 42 #define __cpu_to_be16(x) ((__force __be16)__swab16((x))) macro
  /bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h 55 #define __cpu_to_be16(x) ((__force __be16) (__u16) (x)) macro
little_endian.h 55 #define __cpu_to_be16(x) ((__force __be16) __swab16((x))) macro
  /external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h 41 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x)) macro
little_endian.h 41 #define __cpu_to_be16(x) ((__force __be16)__swab16((x))) macro

Completed in 632 milliseconds