Home
last modified time | relevance | path

Searched refs:u_int32_t (Results 1 – 25 of 246) 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 …]
Dport-tun.c212 u_int32_t *af; in sys_tun_infilter()
220 bcopy(buf, ptr + sizeof(u_int32_t), len); in sys_tun_infilter()
221 len += sizeof(u_int32_t); in sys_tun_infilter()
222 af = (u_int32_t *)ptr; in sys_tun_infilter()
224 iph = (struct ip *)(ptr + sizeof(u_int32_t)); in sys_tun_infilter()
237 if (len < (int)sizeof(u_int32_t)) in sys_tun_infilter()
240 af = (u_int32_t *)ptr; in sys_tun_infilter()
256 u_int32_t *af; in sys_tun_outfilter()
270 *dlen -= sizeof(u_int32_t); in sys_tun_outfilter()
271 buf = *data + sizeof(u_int32_t); in sys_tun_outfilter()
[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;
/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()
185 sieve_large(u_int32_t s) in sieve_large()
187 u_int32_t r, u; in sieve_large()
[all …]
Dchannels.h237 int channel_proxy_upstream(Channel *, int, u_int32_t, void *);
241 int channel_input_close(int, u_int32_t, void *);
242 int channel_input_close_confirmation(int, u_int32_t, void *);
243 int channel_input_data(int, u_int32_t, void *);
244 int channel_input_extended_data(int, u_int32_t, void *);
245 int channel_input_ieof(int, u_int32_t, void *);
246 int channel_input_oclose(int, u_int32_t, void *);
247 int channel_input_open_confirmation(int, u_int32_t, void *);
248 int channel_input_open_failure(int, u_int32_t, void *);
249 int channel_input_port_open(int, u_int32_t, void *);
[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.c87 static void process_open(u_int32_t id);
88 static void process_close(u_int32_t id);
89 static void process_read(u_int32_t id);
90 static void process_write(u_int32_t id);
91 static void process_stat(u_int32_t id);
92 static void process_lstat(u_int32_t id);
93 static void process_fstat(u_int32_t id);
94 static void process_setstat(u_int32_t id);
95 static void process_fsetstat(u_int32_t id);
96 static void process_opendir(u_int32_t id);
[all …]
Dcrc32.c29 static const u_int32_t crc32tab[] = {
96 u_int32_t
97 ssh_crc32(const u_char *buf, u_int32_t size) in ssh_crc32()
99 u_int32_t i, crc; in ssh_crc32()
Ddeattack.c71 crc_update(u_int32_t *a, u_int32_t b) in crc_update()
79 check_crc(const u_char *S, const u_char *buf, u_int32_t len) in check_crc()
81 u_int32_t crc; in check_crc()
106 detect_attack(struct deattack_ctx *dctx, const u_char *buf, u_int32_t len) in detect_attack()
108 u_int32_t i, j, l, same; in detect_attack()
Dauth2-gss.c51 static int input_gssapi_token(int type, u_int32_t plen, void *ctxt);
52 static int input_gssapi_mic(int type, u_int32_t plen, void *ctxt);
53 static int input_gssapi_exchange_complete(int type, u_int32_t plen, void *ctxt);
54 static int input_gssapi_errtok(int, u_int32_t, void *);
130 input_gssapi_token(int type, u_int32_t plen, void *ctxt) in input_gssapi_token()
185 input_gssapi_errtok(int type, u_int32_t plen, void *ctxt) in input_gssapi_errtok()
226 input_gssapi_exchange_complete(int type, u_int32_t plen, void *ctxt) in input_gssapi_exchange_complete()
253 input_gssapi_mic(int type, u_int32_t plen, void *ctxt) in input_gssapi_mic()
/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));
/external/linux-kselftest/tools/testing/selftests/futex/include/
Dfutextest.h29 typedef volatile u_int32_t futex_t;
103 u_int32_t bitset, int opflags) in futex_wait_bitset()
114 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset()
222 static inline u_int32_t
223 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
234 static inline u_int32_t
246 static inline u_int32_t
259 static inline u_int32_t
260 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.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); \

12345678910