Home
last modified time | relevance | path

Searched refs:__be32 (Results 1 – 25 of 37) sorted by relevance

12

/external/kernel-headers/original/linux/
Defs_fs_sb.h26 __be32 fs_size; /* size of filesystem, in sectors */
27 __be32 fs_firstcg; /* bb offset to first cg */
28 __be32 fs_cgfsize; /* size of cylinder group in bb's */
34 __be32 fs_time; /* last super-block update */
35 __be32 fs_magic; /* magic number */
38 __be32 fs_bmsize; /* size of bitmap in bytes */
39 __be32 fs_tfree; /* total free data blocks */
40 __be32 fs_tinode; /* total free inodes */
41 __be32 fs_bmblock; /* bitmap location. */
42 __be32 fs_replsb; /* Location of replicated superblock. */
[all …]
Defs_fs_i.h32 __be32 ndev;
44 __be32 di_size; /* number of bytes in file */
45 __be32 di_atime; /* time last accessed */
46 __be32 di_mtime; /* time last modified */
47 __be32 di_ctime; /* time created */
48 __be32 di_gen; /* generation number */
Djbd.h146 __be32 h_magic;
147 __be32 h_blocktype;
148 __be32 h_sequence;
157 __be32 t_blocknr; /* The on-disk block number */
158 __be32 t_flags; /* See below */
168 __be32 r_count; /* Count of bytes used in the block */
189 __be32 s_blocksize; /* journal device blocksize */
190 __be32 s_maxlen; /* total blocks in journal file */
191 __be32 s_first; /* first block of log information */
195 __be32 s_sequence; /* first commit ID expected in log */
[all …]
Ddccp.h55 __be32 dccph_seq_low;
65 __be32 dccph_req_service;
76 __be32 dccph_ack_nr_low;
88 __be32 dccph_resp_service;
375 __be32 dreq_service;
403 __be32 dccpsl_list[0];
409 const __be32 service) in dccp_list_has_service()
455 __be32 dccps_service;
Din6.h34 __be32 u6_addr32[4];
61 __be32 sin6_flowinfo; /* IPv6 flow information */
78 __be32 flr_label;
Dif_hippi.h105 __be32 fixed;
107 __be32 d2_size;
Dip.h99 __be32 saddr;
100 __be32 daddr;
Dpkt_cls.h205 __be32 mask;
206 __be32 val;
222 __be32 hmask;
/external/kernel-headers/original/linux/byteorder/
Dlittle_endian.h14 #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) in __cpu_to_be32p()
77 return (__force __be32)__swab32p(p); in __cpu_to_be32p()
79 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
Dbig_endian.h14 #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) in __cpu_to_be32p()
77 return (__force __be32)*p; in __cpu_to_be32p()
79 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
Dgeneric.h154 extern __u32 ntohl(__be32);
155 extern __be32 htonl(__u32);
/external/iproute2/include/linux/
Dif_tunnel.h35 __be32 i_key;
36 __be32 o_key;
44 __be32 addr;
57 __be32 relay_prefix;
Dinet_diag.h16 __be32 idiag_src[4];
17 __be32 idiag_dst[4];
72 __be32 addr[0];
Dnetfilter.h53 __be32 ip;
54 __be32 ip6[4];
Dxfrm.h14 __be32 a4;
15 __be32 a6[4];
24 __be32 spi;
356 __be32 spi;
Dpkt_cls.h197 __be32 mask;
198 __be32 val;
213 __be32 hmask;
Dip6_tunnel.h26 __be32 flowinfo; /* traffic class and flowlabel for tunnel */
Dtypes.h30 typedef __u32 __bitwise __be32; typedef
/external/iproute2/include/linux/tc_act/
Dtc_nat.h21 __be32 old_addr;
22 __be32 new_addr;
23 __be32 mask;
/external/kernel-headers/original/asm-mips/
Dchecksum.h132 static inline __wsum csum_tcpudp_nofold(__be32 saddr, in csum_tcpudp_nofold()
133 __be32 daddr, unsigned short len, unsigned short proto, in csum_tcpudp_nofold()
178 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic()
/external/iptables/include/linux/netfilter/
Dxt_connlimit.h15 __be32 v4_mask;
16 __be32 v6_mask[4];
Dxt_TPROXY.h10 __be32 laddr;
/external/iptables/include/linux/
Dnetfilter.h53 __be32 ip;
54 __be32 ip6[4];
Dtypes.h30 typedef __u32 __bitwise __be32; typedef
/external/iptables/include/net/netfilter/
Dnf_nat.h39 __be32 min_ip, max_ip;

12