Home
last modified time | relevance | path

Searched refs:u_int32_t (Results 1 – 25 of 50) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Dtcp.h60 typedef u_int32_t tcp_seq;
96 u_int32_t seq;
97 u_int32_t ack_seq;
198 u_int32_t tcpi_rto;
199 u_int32_t tcpi_ato;
200 u_int32_t tcpi_snd_mss;
201 u_int32_t tcpi_rcv_mss;
203 u_int32_t tcpi_unacked;
204 u_int32_t tcpi_sacked;
205 u_int32_t tcpi_lost;
[all …]
H A Dip_icmp.h39 u_int32_t gateway; /* gateway address */
134 u_int32_t ira_addr;
135 u_int32_t ira_preference;
152 u_int32_t ih_void;
182 u_int32_t its_otime;
183 u_int32_t its_rtime;
184 u_int32_t its_ttime;
192 u_int32_t id_mask;
H A Dip.h42 u_int32_t data[9];
63 u_int32_t saddr;
64 u_int32_t daddr;
148 u_int32_t data[9];
H A Din_systm.h36 typedef u_int32_t n_long; /* long as received from the net */
37 typedef u_int32_t n_time; /* ms since 00:00 GMT, byte rev */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dquota.h132 u_int32_t dqb_bhardlimit; /* absolute limit on disk blks alloc */
133 u_int32_t dqb_bsoftlimit; /* preferred limit on disk blks */
134 u_int32_t dqb_curblocks; /* current block count */
135 u_int32_t dqb_ihardlimit; /* maximum # allocated inodes */
136 u_int32_t dqb_isoftlimit; /* preferred inode limit */
137 u_int32_t dqb_curinodes; /* current # allocated inodes */
165 u_int32_t dqb_valid; /* bitmask of QIF_* constants */
191 u_int32_t lookups;
192 u_int32_t drops;
193 u_int32_t reads;
[all …]
H A Dacct.h47 u_int32_t ac_btime; /* Beginning time. */
57 u_int32_t ac_exitcode; /* Process exitcode. */
68 u_int32_t ac_exitcode; /* Exitcode */
69 u_int32_t ac_uid; /* Real User ID */
70 u_int32_t ac_gid; /* Real Group ID */
71 u_int32_t ac_pid; /* Process ID */
72 u_int32_t ac_ppid; /* Parent Process ID */
73 u_int32_t ac_btime; /* Process Creation Time */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dxt_hashlimit.h21 u_int32_t mode; /* bitmask of XT_HASHLIMIT_HASH_* */
22 u_int32_t avg; /* Average secs between packets * scale */
23 u_int32_t burst; /* Period multiplier for upper limit. */
26 u_int32_t size; /* how many buckets */
27 u_int32_t max; /* max number of entries */
28 u_int32_t gc_interval; /* gc interval */
29 u_int32_t expire; /* when do entries expire? */
45 u_int32_t mode; /* bitmask of XT_HASHLIMIT_HASH_* */
46 u_int32_t avg; /* Average secs between packets * scale */
47 u_int32_t burst; /* Period multiplier for upper limit. */
[all …]
H A Dxt_sctp.h22u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RF…
28 u_int32_t chunk_match_type;
32 u_int32_t flags;
33 u_int32_t invflags;
40 (chunkmap)[type / bytes(u_int32_t)] |= \
41 1 << (type % bytes(u_int32_t)); \
46 (chunkmap)[type / bytes(u_int32_t)] &= \
47 ~(1 << (type % bytes(u_int32_t))); \
52 ((chunkmap)[type / bytes (u_int32_t)] & \
53 (1 << (type % bytes (u_int32_t)))) ? 1: 0; \
[all …]
H A Dxt_limit.h10 u_int32_t avg; /* Average secs between packets * scale */
11 u_int32_t burst; /* Period multiplier for upper limit. */
15 u_int32_t credit;
16 u_int32_t credit_cap, cost;
H A Dxt_statistic.h21 u_int32_t probability;
24 u_int32_t every;
25 u_int32_t packet;
27 u_int32_t count;
H A Dxt_realm.h5 u_int32_t id;
6 u_int32_t mask;
H A Dxt_owner.h11 u_int32_t uid_min, uid_max;
12 u_int32_t gid_min, gid_max;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_ipv4/
H A Dipt_sctp.h23u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RF…
29 u_int32_t chunk_match_type;
33 u_int32_t flags;
34 u_int32_t invflags;
41 chunkmap[type / bytes(u_int32_t)] |= \
42 1 << (type % bytes(u_int32_t)); \
47 chunkmap[type / bytes(u_int32_t)] &= \
48 ~(1 << (type % bytes(u_int32_t))); \
53 (chunkmap[type / bytes (u_int32_t)] & \
54 (1 << (type % bytes (u_int32_t)))) ? 1: 0; \
H A Dipt_SAME.h11 u_int32_t rangesize;
12 u_int32_t ipnum;
13 u_int32_t *iparray;
H A Dipt_addrtype.h14 u_int32_t flags;
21 u_int32_t invert_source;
22 u_int32_t invert_dest;
H A Dipt_CLUSTERIP.h20 u_int32_t flags;
27 u_int32_t hash_mode;
28 u_int32_t hash_initval;
H A Dipt_recent.h19 u_int32_t seconds;
20 u_int32_t hit_count;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dcoda.h125 typedef unsigned int u_int32_t; typedef
161 u_int32_t d_fileno; /* file number of entry */
194 typedef u_int32_t vuid_t;
195 typedef u_int32_t vgid_t;
200 u_int32_t opaque[3];
221 u_int32_t opaque[4];
326 u_int32_t opcode;
327 u_int32_t unique; /* Keep multiple outstanding msgs distinct */
342 u_int32_t opcode;
343 u_int32_t unique;
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/arpa/
H A Dnameser.h143 u_int32_t ttl;
444 (l) = ((u_int32_t)t_cp[0] << 24) \
445 | ((u_int32_t)t_cp[1] << 16) \
446 | ((u_int32_t)t_cp[2] << 8) \
447 | ((u_int32_t)t_cp[3]) \
461 register u_int32_t t_l = (u_int32_t)(l); \
524 u_int32_t ns_datetosecs (const char *cp, int *errp) __THROW;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_bridge/
H A Debt_limit.h14 u_int32_t avg; /* Average secs between packets * scale */
15 u_int32_t burst; /* Period multiplier for upper limit. */
19 u_int32_t credit;
20 u_int32_t credit_cap, cost;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_ipv6/
H A Dip6t_rt.h10 u_int32_t rt_type; /* Routing Type */
11 u_int32_t segsleft[2]; /* Segments Left */
12 u_int32_t hdrlen; /* Header Length */
H A Dip6t_ah.h6 u_int32_t spis[2]; /* Security Parameter Index */
7 u_int32_t hdrlen; /* Header Length */
H A Dip6t_frag.h6 u_int32_t ids[2]; /* Security Parameter Index */
7 u_int32_t hdrlen; /* Header Length */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/net/
H A Droute.h63 u_int32_t rtmsg_type;
66 u_int32_t rtmsg_metric;
68 u_int32_t rtmsg_flags;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dresolv.h123 u_int32_t mask;
334 void putlong (u_int32_t, u_char *) __THROW;
337 const char * p_time (u_int32_t) __THROW;

12