Home
last modified time | relevance | path

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

12

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dgfs2_ondisk.h78 __be32 mh_magic;
79 __be32 mh_type;
81 __be32 mh_format;
82 __be32 __pad1; /* Was incarnation number in gfs1 */
107 __be32 sb_fs_format;
108 __be32 sb_multihost_format;
111 __be32 sb_bsize;
112 __be32 sb_bsize_shift;
130 __be32 ri_length; /* length of rgrp header in fs blocks */
134 __be32 ri_data; /* num of data blocks in rgrp */
[all …]
H A Defs_fs_sb.h25 __be32 fs_size; /* size of filesystem, in sectors */
26 __be32 fs_firstcg; /* bb offset to first cg */
27 __be32 fs_cgfsize; /* size of cylinder group in bb's */
33 __be32 fs_time; /* last super-block update */
34 __be32 fs_magic; /* magic number */
37 __be32 fs_bmsize; /* size of bitmap in bytes */
38 __be32 fs_tfree; /* total free data blocks */
39 __be32 fs_tinode; /* total free inodes */
40 __be32 fs_bmblock; /* bitmap location. */
41 __be32 fs_replsb; /* Location of replicated superblock. */
[all …]
H A Dtipc_config.h197 __be32 addr; /* network address of node */
198 __be32 up; /* 0=down, 1= up */
202 __be32 dest; /* network address of peer node */
203 __be32 up; /* 0=down, 1=up */
208 __be32 priority; /* Range [1,31]. Override per link */
209 __be32 detect_scope;
214 __be32 value;
221 __be32 depth; /* 1:type, 2:+name info, 3:+port info, 4+:+debug info */
222 __be32 type; /* {t,l,u} info ignored if high bit of "depth" is set */
223 __be32 lowbound; /* (i.e. displays all entries of name table) */
[all …]
H A Dromfs_fs.h22 __be32 word0;
23 __be32 word1;
24 __be32 size;
25 __be32 checksum;
32 __be32 next; /* low 4 bits see ROMFH_ */
33 __be32 spec;
34 __be32 size;
35 __be32 checksum;
H A Datmmpc.h16 __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;
H A Daffs_hardblocks.h10 __be32 rdb_SummedLongs;
13 __be32 rdb_BlockBytes;
16 __be32 rdb_PartitionList;
50 __be32 pb_ID;
51 __be32 pb_SummedLongs;
54 __be32 pb_Next;
60 __be32 pb_Environment[17];
H A Din.h57 __be32 s_addr;
129 __be32 imr_multiaddr;
130 __be32 imr_interface;
131 __be32 imr_sourceaddr;
135 __be32 imsf_multiaddr;
136 __be32 imsf_interface;
139 __be32 imsf_slist[1];
H A Dipx.h11 __be32 sipx_network;
26 __be32 ipx_network;
27 __be32 ipx_router_network;
32 __be32 ipx_network;
58 __be32 ipx_network;
59 __be32 ipx_router_network;
H A Dip.h102 __be32 saddr;
103 __be32 daddr;
112 __be32 spi;
113 __be32 seq_no; /* Sequence number */
118 __be32 spi;
119 __be32 seq_no; /* Sequence number */
H A Dnbd.h52 __be32 magic;
53 __be32 type; /* == READ || == WRITE */
56 __be32 len;
64 __be32 magic;
65 __be32 error; /* 0 = ok, else error */
H A Digmp.h34 __be32 group;
49 __be32 grec_mca;
50 __be32 grec_src[0];
66 __be32 group;
80 __be32 srcs[0];
H A Dcdrom.h886 __be32 track_start;
887 __be32 next_writable;
888 __be32 free_blocks;
889 __be32 fixed_packet_size;
890 __be32 track_size;
891 __be32 last_rec_address;
H A Ddccp.h55 __be32 dccph_seq_low;
64 __be32 dccph_req_service;
75 __be32 dccph_ack_nr_low;
85 __be32 dccph_resp_service;
H A Dxfrm.h15 __be32 a4;
16 __be32 a6[4];
26 __be32 spi;
347 __be32 spi;
H A Dif_tunnel.h30 __be32 i_key;
31 __be32 o_key;
39 __be32 addr;
H A Dinet_diag.h14 __be32 idiag_src[4];
15 __be32 idiag_dst[4];
70 __be32 addr[0];
H A Din6.h36 __be32 u6_addr32[4];
55 __be32 sin6_flowinfo; /* IPv6 flow information */
73 __be32 flr_label;
H A Dtcp.h27 __be32 seq;
28 __be32 ack_seq;
66 __be32 words[5];
H A Dpkt_cls.h204 __be32 mask;
205 __be32 val;
221 __be32 hmask;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/
H A Dbig_endian.h14 #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) in __cpu_to_be32p()
77 return (__be32)*p; in __cpu_to_be32p()
79 static __inline__ __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
H A Dlittle_endian.h14 #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) in __cpu_to_be32p()
77 return (__be32)__swab32p(p); in __cpu_to_be32p()
79 static __inline__ __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_bridge/
H A Debt_ip.h31 __be32 saddr;
32 __be32 daddr;
33 __be32 smsk;
34 __be32 dmsk;
H A Debt_arp.h22 __be32 saddr;
23 __be32 smsk;
24 __be32 daddr;
25 __be32 dmsk;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dnfnetlink_queue.h16 __be32 packet_id; /* unique ID of packet in queue */
50 __be32 verdict;
51 __be32 id;
76 __be32 copy_range;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/tc_act/
H A Dtc_nat.h23 __be32 old_addr;
24 __be32 new_addr;
25 __be32 mask;

12