OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__be16
(Results
126 - 150
of
1470
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
efs_fs_sb.h
29
__be16
fs_cgisize;
30
__be16
fs_sectors;
31
__be16
fs_heads;
32
__be16
fs_ncg;
33
__be16
fs_dirty;
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
efs_fs_sb.h
29
__be16
fs_cgisize;
30
__be16
fs_sectors;
31
__be16
fs_heads;
32
__be16
fs_ncg;
33
__be16
fs_dirty;
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
efs_fs_sb.h
29
__be16
fs_cgisize;
30
__be16
fs_sectors;
31
__be16
fs_heads;
32
__be16
fs_ncg;
33
__be16
fs_dirty;
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
efs_fs_sb.h
29
__be16
fs_cgisize;
30
__be16
fs_sectors;
31
__be16
fs_heads;
32
__be16
fs_ncg;
33
__be16
fs_dirty;
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
efs_fs_sb.h
29
__be16
fs_cgisize;
30
__be16
fs_sectors;
31
__be16
fs_heads;
32
__be16
fs_ncg;
33
__be16
fs_dirty;
/bionic/libc/kernel/uapi/linux/netfilter/
nf_conntrack_tuple_common.h
29
__be16
all;
31
__be16
port;
35
__be16
port;
39
__be16
id;
42
__be16
port;
46
__be16
port;
50
__be16
key;
/development/ndk/platforms/android-L/include/linux/netfilter/
nf_conntrack_tuple_common.h
29
__be16
all;
31
__be16
port;
35
__be16
port;
39
__be16
id;
42
__be16
port;
46
__be16
port;
50
__be16
key;
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter/
nf_conntrack_tuple_common.h
29
__be16
all;
31
__be16
port;
35
__be16
port;
39
__be16
id;
42
__be16
port;
46
__be16
port;
50
__be16
key;
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter/
nf_conntrack_tuple_common.h
29
__be16
all;
31
__be16
port;
35
__be16
port;
39
__be16
id;
42
__be16
port;
46
__be16
port;
50
__be16
key;
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter/
nf_conntrack_tuple_common.h
29
__be16
all;
31
__be16
port;
35
__be16
port;
39
__be16
id;
42
__be16
port;
46
__be16
port;
50
__be16
key;
/external/kernel-headers/original/uapi/linux/
atalk.h
27
__be16
s_net;
40
__be16
nr_firstnet;
41
__be16
nr_lastnet;
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_arp.h
21
__be16
htype;
22
__be16
ptype;
23
__be16
opcode;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atalk.h
26
__be16
s_net;
39
__be16
nr_firstnet;
40
__be16
nr_lastnet;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_arp.h
19
__be16
htype;
20
__be16
ptype;
21
__be16
opcode;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atalk.h
26
__be16
s_net;
39
__be16
nr_firstnet;
40
__be16
nr_lastnet;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_arp.h
19
__be16
htype;
20
__be16
ptype;
21
__be16
opcode;
/external/iptables/include/linux/netfilter/
xt_HMARK.h
31
__be16
src;
32
__be16
dst;
xt_ipvs.h
20
__be16
vport;
23
__be16
vportctl;
/external/kernel-headers/original/uapi/linux/netfilter/
xt_HMARK.h
31
__be16
src;
32
__be16
dst;
xt_ipvs.h
20
__be16
vport;
23
__be16
vportctl;
/external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h
16
#define __constant_htons(x) ((__force
__be16
)(__u16)(x))
17
#define __constant_ntohs(x) ((__force __u16)(
__be16
)(x))
28
#define __constant_cpu_to_be16(x) ((__force
__be16
)(__u16)(x))
29
#define __constant_be16_to_cpu(x) ((__force __u16)(
__be16
)(x))
40
#define __cpu_to_be16(x) ((__force
__be16
)(__u16)(x))
41
#define __be16_to_cpu(x) ((__force __u16)(
__be16
)(x))
83
static inline
__be16
__cpu_to_be16p(const __u16 *p)
85
return (__force
__be16
)*p;
87
static inline __u16 __be16_to_cpup(const
__be16
*p)
little_endian.h
16
#define __constant_htons(x) ((__force
__be16
)___constant_swab16((x)))
17
#define __constant_ntohs(x) ___constant_swab16((__force
__be16
)(x))
28
#define __constant_cpu_to_be16(x) ((__force
__be16
)___constant_swab16((x)))
29
#define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(
__be16
)(x))
40
#define __cpu_to_be16(x) ((__force
__be16
)__swab16((x)))
41
#define __be16_to_cpu(x) __swab16((__force __u16)(
__be16
)(x))
83
static inline
__be16
__cpu_to_be16p(const __u16 *p)
85
return (__force
__be16
)__swab16p(p);
87
static inline __u16 __be16_to_cpup(const
__be16
*p)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h
16
#define __constant_htons(x) ((
__be16
)(__u16)(x))
17
#define __constant_ntohs(x) ((__u16)(
__be16
)(x))
28
#define __constant_cpu_to_be16(x) ((
__be16
)(__u16)(x))
29
#define __constant_be16_to_cpu(x) ((__u16)(
__be16
)(x))
40
#define __cpu_to_be16(x) ((
__be16
)(__u16)(x))
41
#define __be16_to_cpu(x) ((__u16)(
__be16
)(x))
83
static __inline__
__be16
__cpu_to_be16p(const __u16 *p)
85
return (
__be16
)*p;
87
static __inline__ __u16 __be16_to_cpup(const
__be16
*p)
little_endian.h
16
#define __constant_htons(x) ((
__be16
)___constant_swab16((x)))
17
#define __constant_ntohs(x) ___constant_swab16((
__be16
)(x))
28
#define __constant_cpu_to_be16(x) ((
__be16
)___constant_swab16((x)))
29
#define __constant_be16_to_cpu(x) ___constant_swab16((__u16)(
__be16
)(x))
40
#define __cpu_to_be16(x) ((
__be16
)__swab16((x)))
41
#define __be16_to_cpu(x) __swab16((__u16)(
__be16
)(x))
83
static __inline__
__be16
__cpu_to_be16p(const __u16 *p)
85
return (
__be16
)__swab16p(p);
87
static __inline__ __u16 __be16_to_cpup(const
__be16
*p)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h
16
#define __constant_htons(x) ((
__be16
)(__u16)(x))
17
#define __constant_ntohs(x) ((__u16)(
__be16
)(x))
28
#define __constant_cpu_to_be16(x) ((
__be16
)(__u16)(x))
29
#define __constant_be16_to_cpu(x) ((__u16)(
__be16
)(x))
40
#define __cpu_to_be16(x) ((
__be16
)(__u16)(x))
41
#define __be16_to_cpu(x) ((__u16)(
__be16
)(x))
83
static __inline__
__be16
__cpu_to_be16p(const __u16 *p)
85
return (
__be16
)*p;
87
static __inline__ __u16 __be16_to_cpup(const
__be16
*p)
Completed in 294 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>