Home
last modified time | relevance | path

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

12345678910

/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/openssh/openbsd-compat/
Dblf.h54 u_int32_t S[4][256]; /* S-Boxes */
55 u_int32_t P[BLF_N + 2]; /* Subkeys */
64 void Blowfish_encipher(blf_ctx *, u_int32_t *, u_int32_t *);
65 void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *);
74 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
75 void blf_dec(blf_ctx *, u_int32_t *, u_int16_t);
77 void blf_ecb_encrypt(blf_ctx *, u_int8_t *, u_int32_t);
78 void blf_ecb_decrypt(blf_ctx *, u_int8_t *, u_int32_t);
80 void blf_cbc_encrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
81 void blf_cbc_decrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
[all …]
Dblowfish.c74 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_encipher()
76 u_int32_t Xl; in Blowfish_encipher()
77 u_int32_t Xr; in Blowfish_encipher()
78 u_int32_t *s = c->S[0]; in Blowfish_encipher()
79 u_int32_t *p = c->P; in Blowfish_encipher()
99 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_decipher()
101 u_int32_t Xl; in Blowfish_decipher()
102 u_int32_t Xr; in Blowfish_decipher()
103 u_int32_t *s = c->S[0]; in Blowfish_decipher()
104 u_int32_t *p = c->P; in Blowfish_decipher()
[all …]
Dfake-rfc2553.h62 (((u_int32_t *)(a))[0] == 0 && ((u_int32_t *)(a))[1] == 0 && \
63 ((u_int32_t *)(a))[2] == 0 && ((u_int32_t *)(a))[3] == htonl(1))
76 u_int32_t sin6_flowinfo;
78 u_int32_t sin6_scope_id;
Darc4random.c199 _rs_random_u32(u_int32_t *val) in _rs_random_u32()
235 u_int32_t
238 u_int32_t val; in arc4random()
267 u_int32_t r = 0; in arc4random_buf()
291 u_int32_t
292 arc4random_uniform(u_int32_t upper_bound) in arc4random_uniform()
294 u_int32_t r, min; in arc4random_uniform()
/external/libnfnetlink/src/
Diftable.h4 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/openssh/
Dmoduli.c135 static u_int32_t *TinySieve, tinybits;
138 static u_int32_t *SmallSieve, smallbits, smallbase;
141 static u_int32_t *LargeSieve, largewords, largetries, largenumbers;
142 static u_int32_t largebits, largememory; /* megabytes */
145 int gen_candidates(FILE *, u_int32_t, u_int32_t, BIGNUM *);
146 int prime_test(FILE *, FILE *, u_int32_t, u_int32_t, char *, unsigned long,
153 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, in qfileout()
154 u_int32_t osize, u_int32_t ogenerator, BIGNUM * omodulus) in qfileout()
187 sieve_large(u_int32_t s) in sieve_large()
189 u_int32_t r, u; in sieve_large()
[all …]
Dsftp-common.h36 u_int32_t flags;
38 u_int32_t uid;
39 u_int32_t gid;
40 u_int32_t perm;
41 u_int32_t atime;
42 u_int32_t mtime;
Dsftp-server.c89 static void process_open(u_int32_t id);
90 static void process_close(u_int32_t id);
91 static void process_read(u_int32_t id);
92 static void process_write(u_int32_t id);
93 static void process_stat(u_int32_t id);
94 static void process_lstat(u_int32_t id);
95 static void process_fstat(u_int32_t id);
96 static void process_setstat(u_int32_t id);
97 static void process_fsetstat(u_int32_t id);
98 static void process_opendir(u_int32_t id);
[all …]
Dchannels.h272 int channel_proxy_upstream(Channel *, int, u_int32_t, struct ssh *);
276 int channel_input_data(int, u_int32_t, struct ssh *);
277 int channel_input_extended_data(int, u_int32_t, struct ssh *);
278 int channel_input_ieof(int, u_int32_t, struct ssh *);
279 int channel_input_oclose(int, u_int32_t, struct ssh *);
280 int channel_input_open_confirmation(int, u_int32_t, struct ssh *);
281 int channel_input_open_failure(int, u_int32_t, struct ssh *);
282 int channel_input_port_open(int, u_int32_t, struct ssh *);
283 int channel_input_window_adjust(int, u_int32_t, struct ssh *);
284 int channel_input_status_confirm(int, u_int32_t, struct ssh *);
/external/f2fs-tools/include/
Dquota.h49 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 */
Df2fs_fs.h70 typedef uint32_t u_int32_t; typedef
80 typedef u_int32_t u32;
375 u_int32_t sector_size;
379 u_int32_t total_segments;
383 u_int32_t nr_zones;
384 u_int32_t nr_rnd_zones;
441 u_int32_t reserved_segments;
442 u_int32_t new_reserved_segments;
449 u_int32_t cur_seg[6];
450 u_int32_t segs_per_sec;
[all …]
/external/fsck_msdos/
Ddosfs.h39 typedef u_int32_t cl_t; /* type holding a cluster number */
51 u_int32_t bpbSectors; /* total number of sectors */
56 u_int32_t bpbHiddenSecs; /* # of hidden sectors */
57 u_int32_t bpbHugeSectors; /* # of sectors if bpbbpbSectors == 0 */
74 u_int32_t NumSectors; /* how many sectors are there */
75 u_int32_t FATsecs; /* how many sectors are in FAT */
76 u_int32_t NumFatEntries; /* how many entries really are there */
118 u_int32_t size; /* filesize in bytes */
/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));
/external/linux-kselftest/tools/testing/selftests/futex/include/
Dfutextest.h25 typedef volatile u_int32_t futex_t;
99 u_int32_t bitset, int opflags) in futex_wait_bitset()
110 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset()
218 static inline u_int32_t
219 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
230 static inline u_int32_t
242 static inline u_int32_t
255 static inline u_int32_t
256 futex_set(futex_t *uaddr, u_int32_t newval) in futex_set()
/external/ltp/testcases/kernel/syscalls/futex/
Dfutextest.h134 u_int32_t bitset, int opflags) in futex_wait_bitset()
145 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset()
253 static inline u_int32_t
254 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
265 static inline u_int32_t
277 static inline u_int32_t
290 static inline u_int32_t
291 futex_set(futex_t *uaddr, u_int32_t newval) in futex_set()
/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 */
/external/dnsmasq/src/
Dnameser.h324 extern u_int32_t _getlong(const unsigned char*);
342 (l) = ((u_int32_t) t_cp[0] << 24) | ((u_int32_t) t_cp[1] << 16) | \
343 ((u_int32_t) t_cp[2] << 8) | ((u_int32_t) t_cp[3]); \
358 u_int32_t t_l = (u_int32_t)(l); \
/external/ethtool/
Dmarvell.c34 u_int32_t ctl; in dump_queue()
35 u_int32_t next; in dump_queue()
36 u_int32_t data_lo; in dump_queue()
37 u_int32_t data_hi; in dump_queue()
38 u_int32_t status; in dump_queue()
39 u_int32_t timestamp; in dump_queue()
44 u_int32_t addr_lo; in dump_queue()
45 u_int32_t addr_hi; in dump_queue()
46 u_int32_t count_lo; in dump_queue()
47 u_int32_t count_hi; in dump_queue()
[all …]
/external/python/cpython2/Lib/plat-darwin/
DIN.py115 def IN_CLASSA(i): return (((u_int32_t)(i) & 0x80000000) == 0)
121 def IN_CLASSB(i): return (((u_int32_t)(i) & 0xc0000000) == 0x80000000)
127 def IN_CLASSC(i): return (((u_int32_t)(i) & 0xe0000000) == 0xc0000000)
132 def IN_CLASSD(i): return (((u_int32_t)(i) & 0xf0000000) == 0xe0000000)
139 def IN_EXPERIMENTAL(i): return (((u_int32_t)(i) & 0xf0000000) == 0xf0000000)
141 def IN_BADCLASS(i): return (((u_int32_t)(i) & 0xf0000000) == 0xf0000000)
144 def IN_LINKLOCAL(i): return (((u_int32_t)(i) & IN_CLASSB_NET) == IN_LINKLOCALNETNUM)

12345678910