Home
last modified time | relevance | path

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

123456

/external/ipsec-tools/src/libipsec/
Dlibpfkey.h74 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));
123 struct sockaddr *, struct sockaddr *, u_int32_t));
127 struct sockaddr *, struct sockaddr *, u_int32_t));
[all …]
Dpfkey.c61 struct sockaddr *, struct sockaddr *, u_int32_t));
65 char *, int, u_int32_t));
66 static int pfkey_send_x5 __P((int, u_int, u_int32_t));
69 u_int, u_int32_t, pid_t));
70 static caddr_t pfkey_setsadbsa __P((caddr_t, caddr_t, u_int32_t, u_int,
71 u_int, u_int, u_int32_t));
75 static caddr_t pfkey_setsadblifetime __P((caddr_t, caddr_t, u_int, u_int32_t,
76 u_int32_t, u_int32_t, u_int32_t));
77 static caddr_t pfkey_setsadbxsa2 __P((caddr_t, caddr_t, u_int32_t, u_int32_t));
378 struct sockaddr *dst, u_int32_t min, u_int32_t max, u_int32_t reqid, in pfkey_send_getspi()
[all …]
/external/iproute2/include/netinet/
Dtcp.h58 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/strace/
Dquota.c36 #define QCMD_CMD(cmd) ((u_int32_t)(cmd) >> SUBCMDSHIFT)
37 #define QCMD_TYPE(cmd) ((u_int32_t)(cmd) & SUBCMDMASK)
39 #define OLD_CMD(cmd) ((u_int32_t)(cmd) << 8)
40 #define NEW_CMD(cmd) ((u_int32_t)(cmd) | 0x800000)
41 #define XQM_CMD(cmd) ((u_int32_t)(cmd) | ('X'<<8))
126 u_int32_t dqb_valid;
131 u_int32_t dqb_bhardlimit; /* absolute limit on disk blks alloc */
132 u_int32_t dqb_bsoftlimit; /* preferred limit on disk blks */
133 u_int32_t dqb_curblocks; /* current block count */
134 u_int32_t dqb_ihardlimit; /* maximum # allocated inodes */
[all …]
/external/e2fsprogs/lib/quota/
Dquotaio_v2.h19 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;
Dquotaio_tree.h10 typedef u_int32_t qid_t; /* Type in which we store ids in memory */
23 u_int32_t dqdh_next_free; /* Number of next block with free
25 u_int32_t dqdh_prev_free; /* Number of previous block with free
29 u_int32_t dqdh_pad2;
/external/libpcap/Win32/Include/
Dip6_misc.h34 #define IN_EXPERIMENTAL(a) ((((u_int32_t) (a)) & 0xf0000000) == 0xf0000000)
46 u_int32_t u6_addr32[4];
74 u_int32_t sin6_flowinfo; /* IPv6 flow information */
79 ((((u_int32_t *) (a))[0] == 0) && (((u_int32_t *) (a))[1] == 0) && \
80 (((u_int32_t *) (a))[2] == htonl (0xffff)))
85 ((((u_int32_t *) (a))[0] & htonl (0xffc00000)) == htonl (0xfe800000))
88 (((u_int32_t *) (a))[0] == 0 && ((u_int32_t *) (a))[1] == 0 && \
89 ((u_int32_t *) (a))[2] == 0 && ((u_int32_t *) (a))[3] == htonl (1))
/external/fsck_msdos/
Ddosfs.h42 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 */
/external/libpcap/pcap/
Dusb.h89 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;
/external/ppp/pppd/
Dpppd.h162 u_int32_t base; /* match if (addr & mask) == base */
163 u_int32_t mask; /* base and mask are in network byte order */
285 extern u_int32_t netmask; /* IP netmask to set on interface */
456 void (*send_config) __P((int, u_int32_t, int, int));
458 void (*recv_config) __P((int, u_int32_t, int, int));
513 int ppp_send_config __P((int, int, u_int32_t, int, int));
514 int ppp_recv_config __P((int, int, u_int32_t, int, int));
577 int auth_ip_addr __P((int, u_int32_t));
580 int bad_ip_adrs __P((u_int32_t));
634 void tty_send_config __P((int, u_int32_t, int, int));
[all …]
Dipcp.c72 u_int32_t netmask = 0; /* IP netmask to set on interface */
84 void (*ip_choose_hook) __P((u_int32_t *)) = NULL;
252 static void create_resolv __P((u_int32_t, u_int32_t));
274 static void ipcp_clear_addrs __P((int, u_int32_t, u_int32_t));
306 u_int32_t ipaddr; in ip_ntoa()
346 u_int32_t dns;
350 if (dns == (u_int32_t) -1) {
356 dns = *(u_int32_t *)hp->h_addr;
382 u_int32_t wins;
386 if (wins == (u_int32_t) -1) {
[all …]
Dipcp.h83 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));
Dipxcp.h78 u_int32_t his_network; /* base network number */
79 u_int32_t our_network; /* our value for network number */
80 u_int32_t network; /* the final network number */
/external/ipsec-tools/src/racoon/
Dhandler.h132 u_int32_t msgid; /* message id */
136 u_int32_t natt_flags; /* NAT-T related flags */
206 u_int32_t msgid2; /* msgid counter for Phase 2 */
257 u_int32_t spid; /* policy id by kernel */
272 u_int32_t seq; /* sequence number used by PF_KEY */
286 u_int32_t msgid; /* msgid for phase 2 */
446 extern struct ph2handle *getph2byspid __P((u_int32_t));
447 extern struct ph2handle *getph2byseq __P((u_int32_t));
450 extern struct ph2handle *getph2bymsgid __P((struct ph1handle *, u_int32_t));
452 struct sockaddr *, u_int32_t));
[all …]
Disakmp.h71 u_int32_t msgid;
72 u_int32_t len; /* Length */
189 u_int32_t doi; /* Domain of Interpretation */
190 u_int32_t sit; /* Situation */
239 u_int32_t doi_data; /* DOI Specific ID Data */
313 u_int32_t doi; /* Domain of Interpretation */
377 u_int32_t doi; /* Domain of Interpretation */
420 u_int32_t doi; /* Domain of Interpretation */
426 u_int32_t data; /* Notification data */
Disakmp_var.h72 extern const char *isakmp_pindex __P((const isakmp_index *, const u_int32_t));
96 extern caddr_t isakmp_set_attr_l __P((caddr_t, int, u_int32_t));
98 extern vchar_t *isakmp_add_attr_l __P((vchar_t *, int, u_int32_t));
104 extern u_int32_t isakmp_newmsgid2 __P((struct ph1handle *));
130 u_int32_t setscopeid __P((struct sockaddr *, struct sockaddr *));
Dracoonctl.h39 extern u_int32_t racoonctl_interface;
43 extern u_int32_t racoonctl_interface_major;
45 extern u_int32_t loglevel;
/external/dnsmasq/src/
Dnameser.h326 extern u_int32_t _getlong(const unsigned char *);
344 (l) = ((u_int32_t)t_cp[0] << 24) \
345 | ((u_int32_t)t_cp[1] << 16) \
346 | ((u_int32_t)t_cp[2] << 8) \
347 | ((u_int32_t)t_cp[3]) \
361 u_int32_t t_l = (u_int32_t)(l); \
/external/libpcap/Win32/Include/arpa/
Dnameser.h299 u_int32_t r_ttl; /* time to live */
323 (l) = ((u_int32_t)t_cp[0] << 24) \
324 | ((u_int32_t)t_cp[1] << 16) \
325 | ((u_int32_t)t_cp[2] << 8) \
326 | ((u_int32_t)t_cp[3]) \
340 register u_int32_t t_l = (u_int32_t)(l); \
/external/v8/tools/oom_dump/
Doom_dump.cc58 u_int32_t ReadPointedValue(MinidumpMemoryRegion* region, in ReadPointedValue()
61 u_int32_t ptr = 0; in ReadPointedValue()
63 u_int32_t value = 0; in ReadPointedValue()
74 u_int32_t value; in ReadArray()
81 u_int32_t ReadArrayFrom(MinidumpMemoryRegion* region, in ReadArrayFrom()
86 u_int32_t ptr = 0; in ReadArrayFrom()
120 u_int32_t exception_thread_id = 0; in DumpHeapStats()
136 const u_int32_t esp = contextX86->esp; in DumpHeapStats()
145 u_int32_t value = 0; in DumpHeapStats()
148 u_int32_t value2 = 0; in DumpHeapStats()
/external/f2fs-tools/include/
Df2fs_fs.h24 typedef u_int32_t u32;
227 u_int32_t sector_size;
228 u_int32_t reserved_segments;
229 u_int32_t overprovision;
230 u_int32_t cur_seg[6];
231 u_int32_t segs_per_sec;
232 u_int32_t secs_per_zone;
233 u_int32_t segs_per_zone;
234 u_int32_t start_sector;
236 u_int32_t sectors_per_blk;
[all …]
/external/kernel-headers/original/uapi/linux/
Dcoda.h127 typedef unsigned int u_int32_t; typedef
163 u_int32_t d_fileno; /* file number of entry */
196 typedef u_int32_t vuid_t;
197 typedef u_int32_t vgid_t;
201 u_int32_t opaque[4];
296 u_int32_t opcode;
297 u_int32_t unique; /* Keep multiple outstanding msgs distinct */
305 u_int32_t opcode;
306 u_int32_t unique;
307 u_int32_t result;
/external/iproute2/lib/
Dipx_pton.c9 static u_int32_t hexget(char c) in hexget()
21 static int ipx_getnet(u_int32_t *net, const char *str) in ipx_getnet()
24 u_int32_t tmp; in ipx_getnet()
49 u_int32_t tmp; in ipx_getnode()
/external/iptables/include/libipulog/
Dlibipulog.h24 u_int32_t ipulog_group2gmask(u_int32_t group);
26 struct ipulog_handle *ipulog_create_handle(u_int32_t gmask);
/external/valgrind/none/tests/
Dsha1_test.c58 u_int32_t state[5];
59 u_int32_t count[2];
63 void SHA1Transform(u_int32_t state[5], const unsigned char buffer[64]);
65 void SHA1Update(SHA1_CTX* context, const unsigned char* data, u_int32_t len);
102 void SHA1Transform(u_int32_t state[5], const unsigned char buffer[64]) in SHA1Transform()
104 u_int32_t a, b, c, d, e; in SHA1Transform()
107 u_int32_t l[16]; in SHA1Transform()
177 void SHA1Update(SHA1_CTX* context, const unsigned char* data, u_int32_t len) in SHA1Update()
179 u_int32_t i; in SHA1Update()
180 u_int32_t j; in SHA1Update()
[all …]

123456