HomeSort by relevance Sort by last modified time
    Searched full:__be32 (Results 176 - 200 of 624) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jbd.h 99 __be32 h_magic;
100 __be32 h_blocktype;
101 __be32 h_sequence;
110 __be32 t_blocknr; /* The on-disk block number */
111 __be32 t_flags; /* See below */
121 __be32 r_count; /* Count of bytes used in the block */
142 __be32 s_blocksize; /* journal device blocksize */
143 __be32 s_maxlen; /* total blocks in journal file */
144 __be32 s_first; /* first block of log information */
148 __be32 s_sequence; /* first commit ID expected in log *
    [all...]
atmmpc.h 16 __be32 ipaddr; /* the IP address of the shortcut */
24 __be32 tag;
25 __be32 in_dst_ip; /* IP address this ingress MPC sends packets to */
33 __be32 cache_id;
34 __be32 tag;
35 __be32 mps_ip;
36 __be32 eg_dst_ip; /* IP address to which ingress MPC sends packets */
52 __be32 ip_mask;
if_tunnel.h 26 __be32 i_key;
27 __be32 o_key;
nbd.h 53 __be32 magic;
54 __be32 type; /* == READ || == WRITE */
57 __be32 len;
69 __be32 magic;
70 __be32 error; /* 0 = ok, else error */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jbd.h 99 __be32 h_magic;
100 __be32 h_blocktype;
101 __be32 h_sequence;
110 __be32 t_blocknr; /* The on-disk block number */
111 __be32 t_flags; /* See below */
121 __be32 r_count; /* Count of bytes used in the block */
142 __be32 s_blocksize; /* journal device blocksize */
143 __be32 s_maxlen; /* total blocks in journal file */
144 __be32 s_first; /* first block of log information */
148 __be32 s_sequence; /* first commit ID expected in log *
    [all...]
atmmpc.h 16 __be32 ipaddr; /* the IP address of the shortcut */
24 __be32 tag;
25 __be32 in_dst_ip; /* IP address this ingress MPC sends packets to */
33 __be32 cache_id;
34 __be32 tag;
35 __be32 mps_ip;
36 __be32 eg_dst_ip; /* IP address to which ingress MPC sends packets */
52 __be32 ip_mask;
if_tunnel.h 26 __be32 i_key;
27 __be32 o_key;
nbd.h 53 __be32 magic;
54 __be32 type; /* == READ || == WRITE */
57 __be32 len;
69 __be32 magic;
70 __be32 error; /* 0 = ok, else error */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jbd.h 99 __be32 h_magic;
100 __be32 h_blocktype;
101 __be32 h_sequence;
110 __be32 t_blocknr; /* The on-disk block number */
111 __be32 t_flags; /* See below */
121 __be32 r_count; /* Count of bytes used in the block */
142 __be32 s_blocksize; /* journal device blocksize */
143 __be32 s_maxlen; /* total blocks in journal file */
144 __be32 s_first; /* first block of log information */
148 __be32 s_sequence; /* first commit ID expected in log *
    [all...]
atmmpc.h 16 __be32 ipaddr; /* the IP address of the shortcut */
24 __be32 tag;
25 __be32 in_dst_ip; /* IP address this ingress MPC sends packets to */
33 __be32 cache_id;
34 __be32 tag;
35 __be32 mps_ip;
36 __be32 eg_dst_ip; /* IP address to which ingress MPC sends packets */
52 __be32 ip_mask;
if_tunnel.h 26 __be32 i_key;
27 __be32 o_key;
nbd.h 53 __be32 magic;
54 __be32 type; /* == READ || == WRITE */
57 __be32 len;
69 __be32 magic;
70 __be32 error; /* 0 = ok, else error */
  /external/iproute2/include/linux/
if_tunnel.h 35 __be32 i_key;
36 __be32 o_key;
44 __be32 addr;
57 __be32 relay_prefix;
  /external/iptables/include/linux/netfilter/
xt_TPROXY.h 10 __be32 laddr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nfnetlink_queue.h 16 __be32 packet_id; /* unique ID of packet in queue */
50 __be32 verdict;
51 __be32 id;
76 __be32 copy_range;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_iprange.h 13 __be32 min_ip, max_ip;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink_queue.h 16 __be32 packet_id; /* unique ID of packet in queue */
50 __be32 verdict;
51 __be32 id;
76 __be32 copy_range;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_iprange.h 13 __be32 min_ip, max_ip;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink_queue.h 16 __be32 packet_id; /* unique ID of packet in queue */
50 __be32 verdict;
51 __be32 id;
76 __be32 copy_range;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_iprange.h 13 __be32 min_ip, max_ip;
  /bionic/libc/kernel/common/linux/
efs_fs_i.h 39 __be32 ndev;
47 __be32 di_size;
49 __be32 di_atime;
50 __be32 di_mtime;
51 __be32 di_ctime;
52 __be32 di_gen;
  /development/ndk/platforms/android-3/include/linux/byteorder/
big_endian.h 25 #define __constant_htonl(x) ((__force __be32)(__u32)(x))
26 #define __constant_ntohl(x) ((__force __u32)(__be32)(x))
37 #define __constant_cpu_to_be32(x) ((__force __be32)(__u32)(x))
38 #define __constant_be32_to_cpu(x) ((__force __u32)(__be32)(x))
49 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x))
50 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x))
little_endian.h 25 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x)))
26 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x))
37 #define __constant_cpu_to_be32(x) ((__force __be32)___constant_swab32((x)))
38 #define __constant_be32_to_cpu(x) ___constant_swab32((__force __u32)(__be32)(x))
49 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
50 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))

Completed in 925 milliseconds

1 2 3 4 5 6 78 91011>>