Searched refs:u_int32_t (Results 1 - 25 of 371) sorted by relevance

1234567891011>>

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_ecn.h68 extern void ip6_ecn_ingress(int, u_int32_t *, const u_int32_t *);
69 extern void ip6_ecn_egress(int, const u_int32_t *, u_int32_t *);
H A Dscope6_var.h72 u_int32_t s6id_list[16];
78 int scope6_set(struct ifnet *, u_int32_t *);
79 int scope6_get(struct ifnet *, u_int32_t *);
81 int scope6_get_default(u_int32_t *);
82 u_int32_t scope6_in6_addrscope(struct in6_addr *);
83 u_int32_t scope6_addr2default(struct in6_addr *);
86 int in6_setscope (struct in6_addr *, struct ifnet *, u_int32_t *);
/darwin-on-arm/xnu/bsd/netinet/
H A Dicmp_var.h74 u_int32_t icps_error; /* # of calls to icmp_error */
75 u_int32_t icps_oldshort; /* no error 'cuz old ip too short */
76 u_int32_t icps_oldicmp; /* no error 'cuz old was icmp */
77 u_int32_t icps_outhist[ICMP_MAXTYPE + 1];
79 u_int32_t icps_badcode; /* icmp_code out of range */
80 u_int32_t icps_tooshort; /* packet < ICMP_MINLEN */
81 u_int32_t icps_checksum; /* bad checksum */
82 u_int32_t icps_badlen; /* calculated bound mismatch */
83 u_int32_t icps_reflect; /* number of responses */
84 u_int32_t icps_inhis
[all...]
H A Dip_mroute.h111 typedef u_int32_t vifbitmap_t;
154 u_int32_t mrts_mfc_lookups; /* # forw. cache hash table hits */
155 u_int32_t mrts_mfc_misses; /* # forw. cache hash table misses */
156 u_int32_t mrts_upcalls; /* # calls to mrouted */
157 u_int32_t mrts_no_route; /* no route for packet's origin */
158 u_int32_t mrts_bad_tunnel; /* malformed tunnel options */
159 u_int32_t mrts_cant_tunnel; /* no room for tunnel options */
160 u_int32_t mrts_wrong_if; /* arrived on wrong interface */
161 u_int32_t mrts_upq_ovflw; /* upcall Q overflow */
162 u_int32_t mrts_cache_cleanup
[all...]
H A Dudp_var.h90 u_int32_t udps_ipackets; /* total input packets */
91 u_int32_t udps_hdrops; /* packet shorter than header */
92 u_int32_t udps_badsum; /* checksum error */
93 u_int32_t udps_badlen; /* data length larger than packet */
94 u_int32_t udps_noport; /* no socket on port */
95 u_int32_t udps_noportbcast; /* of above, arrived as broadcast */
96 u_int32_t udps_fullsock; /* not delivered, input socket full */
97 u_int32_t udpps_pcbcachemiss; /* input packets missing pcb cache */
98 u_int32_t udpps_pcbhashmiss; /* input packets not for hashed pcb */
100 u_int32_t udps_opacket
[all...]
H A Dtcp_var.h72 #define _TCPCB_PTR(x) u_int32_t
75 u_int32_t lh_first; \
247 u_int32_t rcv_wnd; /* receive window */
250 u_int32_t snd_wnd; /* send window */
251 u_int32_t snd_cwnd; /* congestion-controlled window */
252 u_int32_t snd_ssthresh; /* snd_cwnd size threshold for
260 u_int32_t t_rcvtime; /* time at which a packet was received */
261 u_int32_t t_starttime; /* time connection was established */
265 u_int32_t rfbuf_ts; /* recv buffer autoscaling timestamp */
266 u_int32_t rfbuf_cn
[all...]
H A Dip_var.h101 u_int32_t ipq_nfrags;
108 u_int32_t ipq_div_info; /* ipfw divert port & flags */
146 u_int32_t imo_multicast_vif; /* vif num outgoing multicasts */
189 u_int32_t ips_total; /* total packets received */
190 u_int32_t ips_badsum; /* checksum bad */
191 u_int32_t ips_tooshort; /* packet too short */
192 u_int32_t ips_toosmall; /* not enough data */
193 u_int32_t ips_badhlen; /* ip header length < data size */
194 u_int32_t ips_badlen; /* ip length < ip header length */
195 u_int32_t ips_fragment
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h61 u_int32_t writeCount; /* The BTree's write count (to see if the catalog writeCount */
64 u_int32_t nextNode; /* node number to resume search */
65 u_int32_t nextRecord; /* record number to resume search */
66 u_int32_t recordsFound; /* number of leaf records seen so far */
85 u_int32_t bufferSize;
90 u_int32_t nodeNum; // zero is first node
91 u_int32_t recordNum; // zero is first record
93 u_int32_t nodesLeftInBuffer; // number of valid nodes still in the buffer
94 u_int32_t recordsFound; // number of leaf records seen so far
103 u_int32_t startingNod
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dnet_str_id.h41 u_int32_t nsi_flags;
42 u_int32_t nsi_id;
53 extern void net_str_id_first_last(u_int32_t * , u_int32_t *, u_int32_t);
55 extern errno_t net_str_id_find_internal(const char * , u_int32_t *, u_int32_t, int);
H A Dif_mib.h129 u_int32_t dot3StatsAlignmentErrors;
130 u_int32_t dot3StatsFCSErrors;
131 u_int32_t dot3StatsSingleCollisionFrames;
132 u_int32_t dot3StatsMultipleCollisionFrames;
133 u_int32_t dot3StatsSQETestErrors;
134 u_int32_t dot3StatsDeferredTransmissions;
135 u_int32_t dot3StatsLateCollisions;
136 u_int32_t dot3StatsExcessiveCollisions;
137 u_int32_t dot3StatsInternalMacTransmitErrors;
138 u_int32_t dot3StatsCarrierSenseError
[all...]
H A Dndrv.h117 u_int32_t version;
118 u_int32_t protocol_family;
119 u_int32_t demux_count;
129 u_int32_t version;
130 u_int32_t protocol_family;
131 u_int32_t demux_count;
136 u_int32_t version;
137 u_int32_t protocol_family;
138 u_int32_t demux_count;
H A Dflowhash.h48 typedef u_int32_t net_flowhash_fn_t(const void *, u_int32_t, const u_int32_t);
/darwin-on-arm/xnu/bsd/sys/
H A Dkern_event.h125 u_int32_t total_size; /* Size of entire event msg */
126 u_int32_t vendor_code; /* For non-Apple extensibility */
127 u_int32_t kev_class; /* Layer of event source */
128 u_int32_t kev_subclass; /* Component within layer */
129 u_int32_t id; /* Monotonically increasing value */
130 u_int32_t event_code; /* unique code */
131 u_int32_t event_data[1]; /* One or more data words */
160 u_int32_t vendor_code;
161 u_int32_t kev_class;
162 u_int32_t kev_subclas
[all...]
H A Dkern_control.h73 u_int32_t ctl_id; /* Kernel Controller ID */
74 u_int32_t ctl_unit;
115 u_int32_t ctl_id; /* Kernel Controller ID */
141 u_int32_t sc_id; /* Controller unique identifier */
142 u_int32_t sc_unit; /* Developer private unit number */
143 u_int32_t sc_reserved[5];
243 typedef errno_t (*ctl_disconnect_func)(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo);
260 typedef errno_t (*ctl_send_func)(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo,
276 typedef errno_t (*ctl_setopt_func)(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo,
299 typedef errno_t (*ctl_getopt_func)(kern_ctl_ref kctlref, u_int32_t uni
[all...]
H A Dquota.h149 u_int32_t dqh_magic;
150 u_int32_t dqh_version; /* == QF_VERSION */
151 u_int32_t dqh_maxentries; /* must be a power of 2 */
152 u_int32_t dqh_entrycnt; /* count of active entries */
153 u_int32_t dqh_flags; /* reserved for now (0) */
154 u_int32_t dqh_chktime; /* time of last quota check */
155 u_int32_t dqh_btime; /* time limit for excessive disk use */
156 u_int32_t dqh_itime; /* time limit for excessive files */
158 u_int32_t dqh_spare[4]; /* pad struct to power of 2 */
165 u_int32_t dqb_ihardlimi
[all...]
/darwin-on-arm/xnu/bsd/crypto/cast128/
H A Dcast128.h49 extern void set_cast128_subkey(u_int32_t *, u_int8_t *, int);
50 extern void cast128_encrypt_round16(u_int8_t *, const u_int8_t *, u_int32_t *);
51 extern void cast128_decrypt_round16(u_int8_t *, const u_int8_t *, u_int32_t *);
52 extern void cast128_encrypt_round12(u_int8_t *, const u_int8_t *, u_int32_t *);
53 extern void cast128_decrypt_round12(u_int8_t *, const u_int8_t *, u_int32_t *);
/darwin-on-arm/xnu/bsd/libkern/
H A Drandom.c73 u_int32_t
77 u_int32_t mask = (u_int32_t)-1 >> ((sizeof(u_int32_t) * 8) - 31);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.h79 u_int32_t temperature; /* temperature recorded */
80 u_int32_t fileID; /* file ID */
91 u_int32_t magic;
92 u_int32_t version;
93 u_int32_t duration; /* duration of sample period (secs) */
94 u_int32_t timebase; /* start of recording period (GMT time in secs) */
95 u_int32_t timeleft; /* time remaining in recording period (secs) */
96 u_int32_t threshold;
97 u_int32_t maxfileblks;
98 u_int32_t maxfilecn
[all...]
H A Dhfs_format.h159 u_int32_t fileID; /* file ID */
169 u_int32_t fileID; /* file ID */
170 u_int32_t startBlock; /* first file allocation block number in this extent */
189 u_int32_t startBlock; /* first allocation block */
190 u_int32_t blockCount; /* number of allocation blocks */
203 u_int32_t fdType; /* file type */
204 u_int32_t fdCreator; /* file creator */
236 u_int32_t point;
237 u_int32_t date_added;
240 u_int32_t reserved
[all...]
H A Dhfs_encodings.h58 u_int32_t maxCharLen, u_int32_t *usedCharLen);
60 typedef int (* unicode_to_hfs_func_t)(UniChar *uni_str, u_int32_t unicodeChars,
64 int hfs_addconverter(int kmod_id, u_int32_t encoding,
68 int hfs_remconverter(int kmod_id, u_int32_t encoding);
H A DMacOSStubs.c51 u_int32_t GetTimeUTC(void)
65 u_int32_t LocalToUTC(u_int32_t localTime)
67 u_int32_t gtime = localTime;
86 u_int32_t UTCToLocal(u_int32_t utcTime)
88 u_int32_t ltime = utcTime;
107 time_t to_bsd_time(u_int32_t hfs_time)
109 u_int32_t gmt = hfs_time;
123 u_int32_t to_hfs_tim
[all...]
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_cbq.h122 u_int32_t handle;
123 u_int32_t depth;
127 u_int32_t over; /* # times went over limit */
128 u_int32_t borrows; /* # times tried to borrow */
129 u_int32_t overactions; /* # times invoked overlimit action */
130 u_int32_t delays; /* # times invoked delay actions */
173 u_int32_t cbq_flags; /* flags */
187 extern int cbq_add_queue(cbq_state_t *, u_int32_t, u_int32_t, u_int32_t,
[all...]
H A Dpktsched_qfq.h101 u_int32_t class_handle;
102 u_int32_t index;
103 u_int32_t weight;
104 u_int32_t lmax;
106 u_int32_t qlength;
107 u_int32_t qlimit;
108 u_int32_t period;
201 u_int32_t cl_handle; /* class handle */
203 u_int32_t cl_qflags; /* class queue flags */
212 u_int32_t cl_flag
[all...]
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dsha1mod.h58 u_int32_t state[5];
59 u_int32_t count[2];
64 __private_extern__ void YSHA1Transform(u_int32_t state[5],
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsdiskless.h81 u_int32_t ndm_nfsv3; /* NFSv3 or NFSv2? */
82 u_int32_t ndm_sotype; /* SOCK_STREAM or SOCK_DGRAM? */
83 u_int32_t ndm_fhlen; /* length of file handle */

Completed in 99 milliseconds

1234567891011>>