Searched refs:u_int32_t (Results 1 - 25 of 164) sorted by last modified time

1234567

/haiku/src/bin/network/traceroute/
H A Dtraceroute.c268 #define NGATEWAYS ((int)((MAX_IPOPTLEN - IPOPT_MINOFF - 1) / sizeof(u_int32_t)))
295 u_int32_t *addrs;
314 u_int32_t gwlist[NGATEWAYS + 1];
368 void getaddr(u_int32_t *, char *);
371 u_int32_t sctp_crc32c(const void *, u_int32_t);
498 register u_int32_t *ap;
1031 u_int32_t lastaddr = 0;
1440 u_int32_t *lp = (u_int32_t *)
[all...]
/haiku/src/bin/network/ping/
H A Dping6.c139 u_int32_t tv32_sec;
140 u_int32_t tv32_nsec;
269 static int pr_bitrange(u_int32_t, int, int);
1899 u_int32_t value4;
1933 (u_int32_t)ntohl(value4));
2024 pr_bitrange(u_int32_t v, int soff, int ii)
2074 u_int32_t v;
2122 v = (u_int32_t)ntohl(v);
2167 if (nilen % (sizeof(u_int32_t) + sizeof(struct in6_addr)) == 0)
2170 u_int32_t tt
[all...]
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c5426 bpfattach(ctx->ifc_ifp, DLT_NULL, sizeof(u_int32_t));
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_node.c721 size = howmany(ic->ic_max_aid, 32) * sizeof(u_int32_t);
790 howmany(ic->ic_max_aid, 32) * sizeof(u_int32_t));
H A Dieee80211_input.c153 size += sizeof(u_int32_t); /* i_ht */
1165 if (!ALIGNED_POINTER(mtod(m, caddr_t) + ETHER_HDR_LEN, u_int32_t)) {
H A Dieee80211_rssadapt.h66 u_int32_t ra_nfail;
68 u_int32_t ra_nok;
70 u_int32_t ra_pktrate;
H A Dieee80211_var.h123 u_int32_t ic_xflags; /* extra flags; see below */
288 u_int32_t ic_flags; /* state flags */
289 u_int32_t ic_xflags; /* more flags */
290 u_int32_t ic_userflags; /* yet more flags */
291 u_int32_t ic_caps; /* capabilities */
297 u_int32_t *ic_aid_bitmap;
339 u_int32_t ic_iv; /* initial vector for wep */
375 u_int32_t ic_txbfcaps;
405 u_int32_t flags;
H A Dieee80211_radiotap.h66 u_int32_t it_present; /* A bitmap telling which
156 * IEEE80211_RADIOTAP_FCS u_int32_t data
H A Dieee80211_regdomain.c108 u_int32_t
120 return ((u_int32_t)value->rn_domain);
122 return ((u_int32_t)DMN_DEFAULT);
140 ieee80211_regdomain2name(u_int32_t regdomain)
153 u_int32_t
162 return ((u_int32_t)
166 return ((u_int32_t)
171 return ((u_int32_t)DMN_DEBUG);
174 u_int32_t
183 return ((u_int32_t)DMN_DEFAUL
[all...]
H A Dieee80211_regdomain.h22 typedef u_int32_t ieee80211_regdomain_t;
105 u_int32_t rn_domain;
188 u_int32_t rm_domain_5ghz;
189 u_int32_t rm_domain_2ghz;
366 u_int32_t cn_domain;
505 u_int32_t rc_domain;
506 u_int32_t rc_mode;
760 extern u_int32_t ieee80211_name2regdomain(const char *);
762 extern const char *ieee80211_regdomain2name(u_int32_t);
763 extern u_int32_t ieee80211_regdomain2fla
[all...]
H A Dieee80211_proto.h142 extern u_int8_t *ieee80211_add_tie(u_int8_t *, u_int8_t, u_int32_t);
H A Dieee80211_priv.h67 u_int32_t rsn_akms;
69 u_int32_t rsn_ciphers;
108 ((u_int32_t) \
H A Dieee80211_output.c445 u_int32_t flowlabel;
1219 ieee80211_add_tie(u_int8_t *frm, u_int8_t type, u_int32_t value)
H A Dieee80211_node.h192 u_int32_t rxi_flags;
193 u_int32_t rxi_tstamp;
277 u_int32_t ni_rstamp; /* recv timestamp */
406 u_int32_t ni_flags; /* special-purpose state */
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c196 u_int32_t aio_srcflag;
257 static int ip6_str2scopeid(char *, struct sockaddr_in6 *, u_int32_t *);
944 u_int32_t flags6;
1456 u_int32_t scopeid;
1670 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid)
1710 *scopeid = (u_int32_t)(lscopeid & 0xffffffffUL);
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c579 *dstp++ = ((u_int32_t)l >> 8) | NS_CMPRSFLGS;
1026 (((u_int32_t)tc >> 4) & 0x0f) & (0x0f << (4 - b))));
/haiku/src/system/libnetwork/netresolv/include/isc/
H A Ddst.h12 u_int32_t dk_flags; /*%< and the flags of the public key */
/haiku/src/system/libnetwork/netresolv/dst/
H A Dsupport.c103 u_int32_t ac;
177 u_int32_t
180 register u_int32_t a = 0;
181 a = ((u_int32_t)(buf[0] << 24)) | ((u_int32_t)(buf[1] << 16)) |
182 ((u_int32_t)(buf[2] << 8)) | ((u_int32_t)(buf[3]));
216 dst_s_put_int32(u_int8_t *buf, const u_int32_t val)
272 u_int32_t my_id;
H A Ddst_api.c675 u_int32_t ext_flags;
676 ext_flags = (u_int32_t) dst_s_get_int16(&rdata[DST_EXT_FLAG]);
H A Ddst_internal.h43 u_int32_t dk_flags; /*%< and the flags of the public key */
149 u_int32_t dst_s_get_int32( const u_int8_t *buf);
150 void dst_s_put_int32( u_int8_t *buf, const u_int32_t val);
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DDirectoryIterator.h19 u_int32_t next_ino;
27 u_int32_t dot_ino;
32 u_int32_t dotdot_ino;
H A Dufs2.h207 u_int32_t fsr_ncg; /* number of cylinder groups */
246 u_int32_t fs_ncg; /* number of cylinder groups */
269 u_int32_t fs_inopb; /* value of INOPB */
286 u_int32_t fs_ipg; /* inodes per group */
320 u_int32_t fs_pendinginodes; /* (u) inodes being freed */
322 u_int32_t fs_avgfilesize; /* expected average file size */
323 u_int32_t fs_avgfpdir; /* expected # of files per directory */
328 u_int32_t fs_ckhash; /* if CK_SUPERBLOCK, its check-hash */
329 u_int32_t fs_metackhash; /* metadata check-hash, see CK_ below */
514 u_int32_t cg_cg
[all...]
/haiku/src/libs/compat/openbsd_network/compat/dev/pci/
H A Dpcivar.h15 typedef u_int32_t pcireg_t;
/haiku/headers/posix/
H A Dstdint.h163 typedef uint32_t u_int32_t; typedef
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dbus.h201 static __inline u_int32_t bus_space_read_4(bus_space_tag_t tag,
231 static __inline u_int32_t
238 return (*(volatile u_int32_t *)(handle + offset));
269 bus_size_t offset, u_int32_t *addr,
316 bus_size_t offset, u_int32_t *addr, size_t count)
356 bus_size_t offset, u_int32_t *addr,
426 bus_size_t offset, u_int32_t *addr, size_t count)
475 bus_size_t offset, u_int32_t value);
507 bus_size_t offset, u_int32_t value)
513 *(volatile u_int32_t *)(bs
[all...]

Completed in 279 milliseconds

1234567