Home
last modified time | relevance | path

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

12

/third_party/ltp/tools/sparse/sparse-src/validation/
Dbitwise-cast.c2 typedef u32 __attribute__((bitwise)) __be32; typedef
5 static __be32 foo(void) in foo()
7 __be32 x = 0; in foo()
13 static __be32 bar(void) in bar()
15 return (__be32)0; in bar()
19 static __be32 baz(void) in baz()
21 __be32 x = 0x2a; in baz()
27 static __be32 quux(void) in quux()
29 return (__be32)1729; in quux()
33 static __be32 quuy(void) in quuy()
[all …]
Dbitwise-cast-ptr.c5 typedef unsigned int __bitwise __be32; typedef
7 static __be32* tobi(u32 *x) in tobi()
12 static __be32* tobe(u32 *x) in tobe()
14 return (__be32 *) x; // should warn, explicit cast in tobe()
17 static __be32* tobf(u32 *x) in tobf()
19 return (__force __be32 *) x; // should not warn, forced cast in tobf()
20 return (__be32 __force *) x; // should not warn, forced cast in tobf()
/third_party/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h89 __be32 h_magic;
90 __be32 h_blocktype;
91 __be32 h_sequence;
124 __be32 h_magic;
125 __be32 h_blocktype;
126 __be32 h_sequence;
130 __be32 h_chksum[JBD2_CHECKSUM_BYTES];
132 __be32 h_commit_nsec;
140 __be32 t_blocknr; /* The on-disk block number */
141 __be32 t_flags; /* See below */
[all …]
/third_party/iptables/include/linux/netfilter_bridge/
Debt_ip.h32 __be32 saddr;
33 __be32 daddr;
34 __be32 smsk;
35 __be32 dmsk;
/third_party/libnl/include/linux-private/linux/
Dip.h103 __be32 saddr;
104 __be32 daddr;
113 __be32 spi;
114 __be32 seq_no; /* Sequence number */
119 __be32 spi;
120 __be32 seq_no; /* Sequence number */
Din.h86 __be32 s_addr;
180 __be32 imr_multiaddr;
181 __be32 imr_interface;
182 __be32 imr_sourceaddr;
186 __be32 imsf_multiaddr;
187 __be32 imsf_interface;
190 __be32 imsf_slist[1];
Dif_tunnel.h53 __be32 i_key;
54 __be32 o_key;
99 __be32 addr;
112 __be32 relay_prefix;
Din6.h38 __be32 u6_addr32[4];
53 __be32 sin6_flowinfo; /* IPv6 flow information */
73 __be32 flr_label;
Dinet_diag.h17 __be32 idiag_src[4];
18 __be32 idiag_dst[4];
103 __be32 addr[0];
Dnetfilter.h72 __be32 ip;
73 __be32 ip6[4];
Dxfrm.h16 __be32 a4;
17 __be32 a6[4];
27 __be32 spi;
393 __be32 spi;
Dpkt_cls.h166 __be32 mask;
167 __be32 val;
182 __be32 hmask;
Dmpls.h23 __be32 entry;
/third_party/libnl/include/linux-private/linux/netfilter/
Dnfnetlink_queue.h18 __be32 packet_id; /* unique ID of packet in queue */
70 __be32 verdict;
71 __be32 id;
96 __be32 copy_range;
/third_party/iptables/include/linux/netfilter/
Dxt_connlimit.h17 __be32 v4_mask;
18 __be32 v6_mask[4];
Dnf_nat.h24 __be32 min_ip;
25 __be32 max_ip;
Dxt_TPROXY.h12 __be32 laddr;
Dxt_policy.h43 __be32 spi;
Dxt_HMARK.h35 __be32 b32;
/third_party/iptables/include/linux/
Dnetfilter.h74 __be32 ip;
75 __be32 ip6[4];
Dtypes.h30 typedef __u32 __bitwise __be32; typedef
/third_party/e2fsprogs/e2fsck/
Drecovery.c176 __be32 provided; in jbd2_descriptor_block_csum_verify()
420 __be32 provided; in jbd2_commit_block_csum_verify()
440 __be32 seq; in jbd2_block_tag_csum_verify()
681 *((__be32 *)nbh->b_data) = in do_one_pass()
921 blocknr = be32_to_cpu(* ((__be32 *) (bh->b_data+offset))); in scan_revoke_records()
/third_party/e2fsprogs/util/
Dandroid_types.h42 typedef __u32 __bitwise __be32; typedef
/third_party/iptables/extensions/
Dlibebt_ip.c38 __be32 saddr;
39 __be32 daddr;
40 __be32 smsk;
41 __be32 dmsk;
/third_party/alsa-lib/include/sound/
Dtype_compat.h42 #define __be32 __u32 macro

12