Searched refs:u_int32_t (Results 1 – 25 of 35) sorted by relevance
12
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
D | ipt_hashlimit.h | 25 u_int32_t mode; 26 u_int32_t avg; 27 u_int32_t burst; 29 u_int32_t size; 30 u_int32_t max; 31 u_int32_t gc_interval; 32 u_int32_t expire;
|
D | ipt_sctp.h | 33 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; 39 u_int32_t chunk_match_type; 43 u_int32_t flags; 44 u_int32_t invflags; 49 …AP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_… 51 …CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32… 53 …IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_…
|
D | ipt_addrtype.h | 18 u_int32_t invert_source; 19 u_int32_t invert_dest;
|
D | ipt_recent.h | 30 u_int32_t seconds; 31 u_int32_t hit_count;
|
D | ip_nat.h | 32 u_int32_t correction_pos; 42 u_int32_t min_ip, max_ip;
|
D | ip_conntrack_tuple.h | 42 u_int32_t ip; 51 u_int32_t ip;
|
D | ipt_ah.h | 17 u_int32_t spis[2];
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
D | xt_sctp.h | 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; 41 u_int32_t chunk_match_type; 45 u_int32_t flags; 46 u_int32_t invflags; 51 …AP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_… 53 …CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32… 55 …IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_…
|
D | xt_limit.h | 18 u_int32_t avg; 19 u_int32_t burst; 22 u_int32_t credit; 23 u_int32_t credit_cap, cost;
|
D | xt_statistic.h | 32 u_int32_t probability; 35 u_int32_t every; 36 u_int32_t packet; 37 u_int32_t count;
|
D | xt_realm.h | 16 u_int32_t id; 17 u_int32_t mask;
|
D | xt_quota.h | 21 u_int32_t flags; 22 u_int32_t pad;
|
D | nf_conntrack_sctp.h | 33 u_int32_t vtag[IP_CT_DIR_MAX]; 34 u_int32_t ttag[IP_CT_DIR_MAX];
|
D | xt_CLASSIFY.h | 16 u_int32_t priority;
|
D | xt_esp.h | 17 u_int32_t spis[2];
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
D | mtd.h | 37 u_int32_t addr; 38 u_int32_t len; 39 u_int32_t fail_addr; 51 u_int32_t offset; 52 u_int32_t erasesize; 53 u_int32_t numblocks; 74 u_int32_t flags; 75 u_int32_t size; 77 u_int32_t erasesize; 79 u_int32_t writesize; [all …]
|
D | partitions.h | 19 u_int32_t size; 20 u_int32_t offset; 21 u_int32_t mask_flags;
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv6/ |
D | ip6t_rt.h | 19 u_int32_t rt_type; 20 u_int32_t segsleft[2]; 21 u_int32_t hdrlen;
|
D | ip6t_ah.h | 17 u_int32_t spis[2]; 18 u_int32_t hdrlen;
|
D | ip6t_frag.h | 17 u_int32_t ids[2]; 18 u_int32_t hdrlen;
|
D | ip6t_REJECT.h | 26 u_int32_t with;
|
/development/ndk/platforms/android-3/include/netinet/ |
D | in_systm.h | 51 typedef u_int32_t n_long; /* long as received from the net */ 53 typedef u_int32_t n_time; /* ms since 00:00 GMT, byte rev */
|
D | icmp6.h | 76 u_int32_t icmp6_un_data32[1]; /* type-specific field */ 217 u_int32_t nd_ra_reachable; /* reachable time */ 218 u_int32_t nd_ra_retransmit; /* retransmit timer */ 314 u_int32_t nd_opt_rti_lifetime; 323 u_int32_t nd_opt_pi_valid_time; 324 u_int32_t nd_opt_pi_preferred_time; 325 u_int32_t nd_opt_pi_reserved2; 336 u_int32_t nd_opt_rh_reserved2; 344 u_int32_t nd_opt_mtu_mtu; 351 u_int32_t nd_opt_rdnss_lifetime; [all …]
|
D | ip.h | 57 u_int32_t ip_hl:4, /* header length */ 61 u_int32_t ip_v:4, /* version */ 153 u_int32_t ipt_flg:4, /* flags, see below */ 157 u_int32_t ipt_oflw:4, /* overflow counter */
|
/development/ndk/platforms/android-3/include/linux/ |
D | coda.h | 74 typedef unsigned int u_int32_t; typedef 99 u_int32_t d_fileno; 125 typedef u_int32_t vuid_t; 126 typedef u_int32_t vgid_t; 130 u_int32_t opaque[4]; 213 u_int32_t opcode; 214 u_int32_t unique; 221 u_int32_t opcode; 222 u_int32_t unique; 223 u_int32_t result;
|
12