HomeSort by relevance Sort by last modified time
    Searched refs:u_int32_t (Results 1 - 25 of 227) sorted by null

1 2 3 4 5 6 7 8 910

  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_CLASSIFY.h 16 u_int32_t priority;
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;
xt_realm.h 16 u_int32_t id;
17 u_int32_t mask;
xt_quota.h 21 u_int32_t flags;
22 u_int32_t pad;
xt_statistic.h 32 u_int32_t probability;
35 u_int32_t every;
36 u_int32_t packet;
37 u_int32_t count;
xt_esp.h 17 u_int32_t spis[2];
  /external/e2fsprogs/lib/quota/
quotaio_v2.h 19 u_int32_t dqh_magic; /* Magic number identifying file */
20 u_int32_t dqh_version; /* File version */
28 u_int32_t dqi_bgrace; /* Time before block soft limit becomes
30 u_int32_t dqi_igrace; /* Time before inode soft limit becomes
32 u_int32_t dqi_flags; /* Flags for quotafile (DQF_*) */
33 u_int32_t dqi_blocks; /* Number of blocks in file */
34 u_int32_t dqi_free_blk; /* Number of first free block in the list */
35 u_int32_t dqi_free_entry; /* Number of block with at least one
40 u_int32_t dqb_id; /* id this quota applies to */
41 u_int32_t dqb_pad
    [all...]
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
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;
ipt_addrtype.h 18 u_int32_t invert_source;
19 u_int32_t invert_dest;
ipt_ah.h 17 u_int32_t spis[2];
  /external/ipsec-tools/src/racoon/
racoonctl.h 39 extern u_int32_t racoonctl_interface;
43 extern u_int32_t racoonctl_interface_major;
45 extern u_int32_t loglevel;
  /bionic/libc/include/netinet/
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 */
  /development/ndk/platforms/android-3/include/netinet/
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 */
  /development/ndk/platforms/android-L/include/netinet/
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 */
  /external/libpcap/pcap/
bluetooth.h 44 u_int32_t direction; /* if first bit is set direction is incoming */
  /bionic/libc/upstream-openbsd/lib/libc/net/
htonl.c 12 u_int32_t
13 htonl(u_int32_t x)
17 return (u_int32_t)(s[0] << 24 | s[1] << 16 | s[2] << 8 | s[3]);
ntohl.c 12 u_int32_t
13 ntohl(u_int32_t x)
17 return (u_int32_t)(s[0] << 24 | s[1] << 16 | s[2] << 8 | s[3]);
  /external/iproute2/include/netinet/
tcp.h 58 typedef u_int32_t tcp_seq;
94 u_int32_t seq;
95 u_int32_t ack_seq;
197 u_int32_t tcpi_rto;
198 u_int32_t tcpi_ato;
199 u_int32_t tcpi_snd_mss;
200 u_int32_t tcpi_rcv_mss;
202 u_int32_t tcpi_unacked;
203 u_int32_t tcpi_sacked;
204 u_int32_t tcpi_lost
    [all...]
  /external/ipsec-tools/src/libipsec/
libpfkey.h 74 u_int32_t spi; /* SA's spi */
75 u_int32_t reqid;
81 u_int32_t l_alloc;
82 u_int32_t l_bytes;
83 u_int32_t l_addtime;
84 u_int32_t l_usetime;
85 u_int32_t seq;
119 struct sockaddr *, u_int32_t, u_int32_t, u_int32_t, u_int32_t))
    [all...]
  /development/ndk/platforms/android-3/include/linux/mtd/
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/
ip6t_rt.h 19 u_int32_t rt_type;
20 u_int32_t segsleft[2];
21 u_int32_t hdrlen;
ip6t_REJECT.h 26 u_int32_t with;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fabs.c 27 u_int32_t high;
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael_local.h 9 typedef u_int32_t word32;
  /external/fsck_msdos/
dosfs.h 42 typedef u_int32_t cl_t; /* type holding a cluster number */
58 u_int32_t Sectors; /* total number of sectors */
59 u_int32_t HiddenSecs; /* # of hidden sectors */
60 u_int32_t HugeSectors; /* # of sectors if bpbSectors == 0 */
77 u_int32_t NumSectors; /* how many sectors are there */
78 u_int32_t FATsecs; /* how many sectors are in FAT */
79 u_int32_t NumFatEntries; /* how many entries really are there */
92 u_int32_t length; /* number of clusters on chain */
129 u_int32_t size; /* filesize in bytes */

Completed in 835 milliseconds

1 2 3 4 5 6 7 8 910