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

1 2 3 4 5 6 7 8 91011>>

  /external/libnfnetlink/src/
iftable.h 4 int iftable_delete(u_int32_t dst, u_int32_t mask, u_int32_t gw, u_int32_t oif);
5 int iftable_insert(u_int32_t dst, u_int32_t mask, u_int32_t gw, u_int32_t oif);
  /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 54 typedef u_int32_t n_long; /* long as received from the net */
56 typedef u_int32_t n_time; /* ms since 00:00 GMT, byte rev */
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in_systm.h 54 typedef u_int32_t n_long; /* long as received from the net */
56 typedef u_int32_t n_time; /* ms since 00:00 GMT, byte rev */
  /external/f2fs-tools/include/
quota.h 49 u_int32_t dqh_magic; /* Magic number identifying file */
50 u_int32_t dqh_version; /* File version */
55 u_int32_t dqi_bgrace; /* Time before block soft limit becomes hard limit */
56 u_int32_t dqi_igrace; /* Time before inode soft limit becomes hard limit */
57 u_int32_t dqi_flags; /* Flags for quotafile (DQF_*) */
58 u_int32_t dqi_blocks; /* Number of blocks in file */
59 u_int32_t dqi_free_blk; /* Number of first free block in the list */
60 u_int32_t dqi_free_entry; /* Number of block with at least one free entry */
  /external/ppp/pppd/
magic.h 46 u_int32_t magic __P((void)); /* Returns the next magic number */
ipcp.h 83 u_int32_t ouraddr, hisaddr; /* Addresses in NETWORK BYTE ORDER */
84 u_int32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */
85 u_int32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
94 char *ip_ntoa __P((u_int32_t));
sha1.h 20 u_int32_t state[5];
21 u_int32_t count[2];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in_systm.h 36 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 */
tcp.h 60 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...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
quota.h 132 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...]
acct.h 47 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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
quota.h 132 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...]
  /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...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
bswap64.c 38 u_int32_t tl, th;
40 th = bswap32((u_int32_t)(x & 0x00000000ffffffffULL));
41 tl = bswap32((u_int32_t)((x >> 32) & 0x00000000ffffffffULL));
  /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 */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
proc.h 50 void (*md_syscall)(struct trapframe *, struct lwp *, u_int32_t);
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael_local.h 9 typedef u_int32_t word32;
  /external/libpcap/pcap/
bluetooth.h 42 u_int32_t direction; /* if first bit is set direction is incoming */
can_socketcan.h 47 u_int32_t can_id;
usb.h 89 u_int32_t urb_len;
90 u_int32_t data_len; /* amount of urb data really present in this event*/
114 u_int32_t urb_len;
115 u_int32_t data_len; /* amount of urb data really present in this event*/
122 u_int32_t xfer_flags; /* copy of URB's transfer flags */
123 u_int32_t ndesc; /* number of isochronous descriptors */
136 u_int32_t offset;
137 u_int32_t len;
  /bionic/libc/dns/include/
resolv_static.h 22 u_int32_t host_addr[16 / sizeof(u_int32_t)]; /* IPv4 or IPv6 */

Completed in 966 milliseconds

1 2 3 4 5 6 7 8 91011>>