OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__be32
(Results
226 - 250
of
1062
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_ip.h
32
__be32
saddr;
33
__be32
daddr;
34
__be32
smsk;
35
__be32
dmsk;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
nf_conntrack_sctp.h
23
__be32
vtag[IP_CT_DIR_MAX];
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
nf_conntrack_sctp.h
23
__be32
vtag[IP_CT_DIR_MAX];
/external/iptables/include/linux/netfilter/
nf_nat.h
14
__be32
min_ip;
15
__be32
max_ip;
/external/kernel-headers/original/uapi/linux/netfilter/
nf_nat.h
18
__be32
min_ip;
19
__be32
max_ip;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
gfs2_ondisk.h
80
__be32
mh_magic;
81
__be32
mh_type;
83
__be32
mh_format;
84
__be32
__pad1; /* Was incarnation number in gfs1 */
109
__be32
sb_fs_format;
110
__be32
sb_multihost_format;
113
__be32
sb_bsize;
114
__be32
sb_bsize_shift;
136
__be32
ri_length; /* length of rgrp header in fs blocks */
140
__be32
ri_data; /* num of data blocks in rgrp *
[
all
...]
ipx.h
12
__be32
sipx_network;
27
__be32
ipx_network;
28
__be32
ipx_router_network;
33
__be32
ipx_network;
59
__be32
ipx_network;
60
__be32
ipx_router_network;
if_tunnel.h
32
__be32
i_key;
33
__be32
o_key;
41
__be32
addr;
atmmpc.h
17
__be32
ipaddr; /* the IP address of the shortcut */
25
__be32
tag;
26
__be32
in_dst_ip; /* IP address this ingress MPC sends packets to */
34
__be32
cache_id;
35
__be32
tag;
36
__be32
mps_ip;
37
__be32
eg_dst_ip; /* IP address to which ingress MPC sends packets */
53
__be32
ip_mask;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
gfs2_ondisk.h
80
__be32
mh_magic;
81
__be32
mh_type;
83
__be32
mh_format;
84
__be32
__pad1; /* Was incarnation number in gfs1 */
109
__be32
sb_fs_format;
110
__be32
sb_multihost_format;
113
__be32
sb_bsize;
114
__be32
sb_bsize_shift;
136
__be32
ri_length; /* length of rgrp header in fs blocks */
140
__be32
ri_data; /* num of data blocks in rgrp *
[
all
...]
ipx.h
12
__be32
sipx_network;
27
__be32
ipx_network;
28
__be32
ipx_router_network;
33
__be32
ipx_network;
59
__be32
ipx_network;
60
__be32
ipx_router_network;
if_tunnel.h
32
__be32
i_key;
33
__be32
o_key;
41
__be32
addr;
atmmpc.h
17
__be32
ipaddr; /* the IP address of the shortcut */
25
__be32
tag;
26
__be32
in_dst_ip; /* IP address this ingress MPC sends packets to */
34
__be32
cache_id;
35
__be32
tag;
36
__be32
mps_ip;
37
__be32
eg_dst_ip; /* IP address to which ingress MPC sends packets */
53
__be32
ip_mask;
/external/kernel-headers/original/uapi/linux/
ipx.h
12
__be32
sipx_network;
27
__be32
ipx_network;
28
__be32
ipx_router_network;
33
__be32
ipx_network;
59
__be32
ipx_network;
60
__be32
ipx_router_network;
zorro.h
66
__be32
ln_Succ; /* Pointer to next (successor) */
67
__be32
ln_Pred; /* Pointer to previous (predecessor) */
70
__be32
ln_Name; /* ID string, null terminated */
80
__be32
er_SerialNumber; /* Available for use by manufacturer */
102
__be32
cd_BoardAddr; /* where in memory the board was placed */
103
__be32
cd_BoardSize; /* size of board in bytes */
106
__be32
cd_Driver; /* pointer to node of driver */
107
__be32
cd_NextCD; /* linked list of drivers to config */
108
__be32
cd_Unused[4]; /* for whatever the driver wants */
atmmpc.h
17
__be32
ipaddr; /* the IP address of the shortcut */
25
__be32
tag;
26
__be32
in_dst_ip; /* IP address this ingress MPC sends packets to */
34
__be32
cache_id;
35
__be32
tag;
36
__be32
mps_ip;
37
__be32
eg_dst_ip; /* IP address to which ingress MPC sends packets */
53
__be32
ip_mask;
/external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h
14
#define __constant_htonl(x) ((__force
__be32
)(__u32)(x))
15
#define __constant_ntohl(x) ((__force __u32)(
__be32
)(x))
26
#define __constant_cpu_to_be32(x) ((__force
__be32
)(__u32)(x))
27
#define __constant_be32_to_cpu(x) ((__force __u32)(
__be32
)(x))
38
#define __cpu_to_be32(x) ((__force
__be32
)(__u32)(x))
39
#define __be32_to_cpu(x) ((__force __u32)(
__be32
)(x))
75
static inline
__be32
__cpu_to_be32p(const __u32 *p)
77
return (__force
__be32
)*p;
79
static inline __u32 __be32_to_cpup(const
__be32
*p)
little_endian.h
14
#define __constant_htonl(x) ((__force
__be32
)___constant_swab32((x)))
15
#define __constant_ntohl(x) ___constant_swab32((__force
__be32
)(x))
26
#define __constant_cpu_to_be32(x) ((__force
__be32
)___constant_swab32((x)))
27
#define __constant_be32_to_cpu(x) ___constant_swab32((__force __u32)(
__be32
)(x))
38
#define __cpu_to_be32(x) ((__force
__be32
)__swab32((x)))
39
#define __be32_to_cpu(x) __swab32((__force __u32)(
__be32
)(x))
75
static inline
__be32
__cpu_to_be32p(const __u32 *p)
77
return (__force
__be32
)__swab32p(p);
79
static inline __u32 __be32_to_cpup(const
__be32
*p)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h
14
#define __constant_htonl(x) ((
__be32
)(__u32)(x))
15
#define __constant_ntohl(x) ((__u32)(
__be32
)(x))
26
#define __constant_cpu_to_be32(x) ((
__be32
)(__u32)(x))
27
#define __constant_be32_to_cpu(x) ((__u32)(
__be32
)(x))
38
#define __cpu_to_be32(x) ((
__be32
)(__u32)(x))
39
#define __be32_to_cpu(x) ((__u32)(
__be32
)(x))
75
static __inline__
__be32
__cpu_to_be32p(const __u32 *p)
77
return (
__be32
)*p;
79
static __inline__ __u32 __be32_to_cpup(const
__be32
*p)
little_endian.h
14
#define __constant_htonl(x) ((
__be32
)___constant_swab32((x)))
15
#define __constant_ntohl(x) ___constant_swab32((
__be32
)(x))
26
#define __constant_cpu_to_be32(x) ((
__be32
)___constant_swab32((x)))
27
#define __constant_be32_to_cpu(x) ___constant_swab32((__u32)(
__be32
)(x))
38
#define __cpu_to_be32(x) ((
__be32
)__swab32((x)))
39
#define __be32_to_cpu(x) __swab32((__u32)(
__be32
)(x))
75
static __inline__
__be32
__cpu_to_be32p(const __u32 *p)
77
return (
__be32
)__swab32p(p);
79
static __inline__ __u32 __be32_to_cpup(const
__be32
*p)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h
14
#define __constant_htonl(x) ((
__be32
)(__u32)(x))
15
#define __constant_ntohl(x) ((__u32)(
__be32
)(x))
26
#define __constant_cpu_to_be32(x) ((
__be32
)(__u32)(x))
27
#define __constant_be32_to_cpu(x) ((__u32)(
__be32
)(x))
38
#define __cpu_to_be32(x) ((
__be32
)(__u32)(x))
39
#define __be32_to_cpu(x) ((__u32)(
__be32
)(x))
75
static __inline__
__be32
__cpu_to_be32p(const __u32 *p)
77
return (
__be32
)*p;
79
static __inline__ __u32 __be32_to_cpup(const
__be32
*p)
little_endian.h
14
#define __constant_htonl(x) ((
__be32
)___constant_swab32((x)))
15
#define __constant_ntohl(x) ___constant_swab32((
__be32
)(x))
26
#define __constant_cpu_to_be32(x) ((
__be32
)___constant_swab32((x)))
27
#define __constant_be32_to_cpu(x) ___constant_swab32((__u32)(
__be32
)(x))
38
#define __cpu_to_be32(x) ((
__be32
)__swab32((x)))
39
#define __be32_to_cpu(x) __swab32((__u32)(
__be32
)(x))
75
static __inline__
__be32
__cpu_to_be32p(const __u32 *p)
77
return (
__be32
)__swab32p(p);
79
static __inline__ __u32 __be32_to_cpup(const
__be32
*p)
/bionic/libc/kernel/uapi/linux/
romfs_fs.h
37
__be32
word0;
39
__be32
word1;
40
__be32
size;
41
__be32
checksum;
46
__be32
next;
47
__be32
spec;
49
__be32
size;
50
__be32
checksum;
/development/ndk/platforms/android-L/include/linux/
romfs_fs.h
37
__be32
word0;
39
__be32
word1;
40
__be32
size;
41
__be32
checksum;
46
__be32
next;
47
__be32
spec;
49
__be32
size;
50
__be32
checksum;
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
romfs_fs.h
37
__be32
word0;
39
__be32
word1;
40
__be32
size;
41
__be32
checksum;
46
__be32
next;
47
__be32
spec;
49
__be32
size;
50
__be32
checksum;
Completed in 646 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>