Searched refs:u_quad_t (Results 1 - 25 of 35) sorted by relevance

12

/darwin-on-arm/xnu/bsd/netkey/
H A Dkeysock.h39 u_quad_t out_total; /* # of total calls */
40 u_quad_t out_bytes; /* total bytecount */
41 u_quad_t out_msgtype[256]; /* message type histogram */
42 u_quad_t out_invlen; /* invalid length field */
43 u_quad_t out_invver; /* invalid version field */
44 u_quad_t out_invmsgtype; /* invalid message type field */
45 u_quad_t out_tooshort; /* msg too short */
46 u_quad_t out_nomem; /* memory allocation failure */
47 u_quad_t out_dupext; /* duplicate extension */
48 u_quad_t out_invexttyp
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dpim6_var.h46 u_quad_t pim6s_rcv_total; /* total PIM messages received */
47 u_quad_t pim6s_rcv_tooshort; /* received with too few bytes */
48 u_quad_t pim6s_rcv_badsum; /* received with bad checksum */
49 u_quad_t pim6s_rcv_badversion; /* received bad PIM version */
50 u_quad_t pim6s_rcv_registers; /* received registers */
51 u_quad_t pim6s_rcv_badregisters; /* received invalid registers */
52 u_quad_t pim6s_snd_registers; /* sent registers */
H A Draw_ip6.h69 u_quad_t rip6s_ipackets; /* total input packets */
70 u_quad_t rip6s_isum; /* input checksum computations */
71 u_quad_t rip6s_badsum; /* of above, checksum error */
72 u_quad_t rip6s_nosock; /* no matching socket */
73 u_quad_t rip6s_nosockmcast; /* of above, arrived as multicast */
74 u_quad_t rip6s_fullsock; /* not delivered, input socket full */
76 u_quad_t rip6s_opackets; /* total output packets */
H A Dip6_mroute.h152 u_quad_t mrt6s_mfc_lookups; /* # forw. cache hash table hits */
153 u_quad_t mrt6s_mfc_misses; /* # forw. cache hash table misses */
154 u_quad_t mrt6s_upcalls; /* # calls to mrouted */
155 u_quad_t mrt6s_no_route; /* no route for packet's origin */
156 u_quad_t mrt6s_bad_tunnel; /* malformed tunnel options */
157 u_quad_t mrt6s_cant_tunnel; /* no room for tunnel options */
158 u_quad_t mrt6s_wrong_if; /* arrived on wrong interface */
159 u_quad_t mrt6s_upq_ovflw; /* upcall Q overflow */
160 u_quad_t mrt6s_cache_cleanups; /* # entries with no upcalls */
161 u_quad_t mrt6s_drop_se
[all...]
H A Dip6_var.h255 u_quad_t ip6s_total; /* total packets received */
256 u_quad_t ip6s_tooshort; /* packet too short */
257 u_quad_t ip6s_toosmall; /* not enough data */
258 u_quad_t ip6s_fragments; /* fragments received */
259 u_quad_t ip6s_fragdropped; /* frags dropped(dups, out of space) */
260 u_quad_t ip6s_fragtimeout; /* fragments timed out */
261 u_quad_t ip6s_fragoverflow; /* fragments that exceeded limit */
262 u_quad_t ip6s_forward; /* packets forwarded */
263 u_quad_t ip6s_cantforward; /* packets rcvd for unreachable dest */
264 u_quad_t ip6s_redirectsen
[all...]
H A Dipsec.h194 u_quad_t in_success; /* succeeded inbound process */
195 u_quad_t in_polvio;
197 u_quad_t in_nosa; /* inbound SA is unavailable */
198 u_quad_t in_inval; /* inbound processing failed due to EINVAL */
199 u_quad_t in_nomem; /* inbound processing failed due to ENOBUFS */
200 u_quad_t in_badspi; /* failed getting a SPI */
201 u_quad_t in_ahreplay; /* AH replay check failed */
202 u_quad_t in_espreplay; /* ESP replay check failed */
203 u_quad_t in_ahauthsucc; /* AH authentication success */
204 u_quad_t in_ahauthfai
[all...]
H A Din6_var.h181 u_quad_t use; /* statistics */
188 u_quad_t ifs6_in_receive; /* # of total input datagram */
189 u_quad_t ifs6_in_hdrerr; /* # of datagrams with invalid hdr */
190 u_quad_t ifs6_in_toobig; /* # of datagrams exceeded MTU */
191 u_quad_t ifs6_in_noroute; /* # of datagrams with no route */
192 u_quad_t ifs6_in_addrerr; /* # of datagrams with invalid dst */
193 u_quad_t ifs6_in_protounknown; /* # of datagrams with unknown proto */
195 u_quad_t ifs6_in_truncated; /* # of truncated datagrams */
196 u_quad_t ifs6_in_discard; /* # of discarded datagrams */
198 u_quad_t ifs6_in_delive
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dicmp6.h590 u_quad_t icp6errs_dst_unreach_noroute;
591 u_quad_t icp6errs_dst_unreach_admin;
592 u_quad_t icp6errs_dst_unreach_beyondscope;
593 u_quad_t icp6errs_dst_unreach_addr;
594 u_quad_t icp6errs_dst_unreach_noport;
595 u_quad_t icp6errs_packet_too_big;
596 u_quad_t icp6errs_time_exceed_transit;
597 u_quad_t icp6errs_time_exceed_reassembly;
598 u_quad_t icp6errs_paramprob_header;
599 u_quad_t icp6errs_paramprob_nextheade
[all...]
H A Din_pcb.h103 typedef u_quad_t inp_gen_t;
352 u_quad_t xi_alignment_hack;
398 u_quad_t xi_alignment_hack;
516 u_quad_t ipi_gencnt; /* current generation count */
H A Dtcp_var.h772 u_quad_t xt_alignment_hack;
853 u_quad_t xt_alignment_hack;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStringFuncs.c88 u_quad_t strtouq(const char *nptr, char **endptr, int base);
300 register u_quad_t acc;
302 register u_quad_t qbase, cutoff;
350 cutoff = neg ? -(u_quad_t)QUAD_MIN : QUAD_MAX;
397 u_quad_t
403 register u_quad_t acc;
405 register u_quad_t qbase, cutoff;
432 cutoff = (u_quad_t)UQUAD_MAX / qbase;
433 cutlim = (u_quad_t)UQUAD_MAX % qbase;
/darwin-on-arm/xnu/bsd/sys/
H A Dunpcb.h97 typedef u_quad_t unp_gen_t;
203 u_quad_t xu_alignment_hack;
H A Dproc.h124 u_quad_t p_uticks; /* Statclock hits in user mode. */
125 u_quad_t p_sticks; /* Statclock hits in system mode. */
126 u_quad_t p_iticks; /* Statclock hits processing intr. */
H A Dproc_internal.h519 u_quad_t p_uticks; /* Statclock hits in user mode. */
520 u_quad_t p_sticks; /* Statclock hits in system mode. */
521 u_quad_t p_iticks; /* Statclock hits processing intr. */
571 u_quad_t p_uticks; /* Statclock hits in user mode. */
572 u_quad_t p_sticks; /* Statclock hits in system mode. */
573 u_quad_t p_iticks; /* Statclock hits processing intr. */
H A Dtypes.h95 typedef u_int64_t u_quad_t; /* quads */ typedef
H A Dsocketvar.h109 typedef u_quad_t so_gen_t;
/darwin-on-arm/xnu/bsd/libkern/
H A Dlibkern.h150 extern u_quad_t strtouq(const char *, char **, int);
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c353 ((user_addr_t)(((u_quad_t)((pc) - (prof)->pr_off) * \
354 (u_quad_t)((prof)->pr_scale)) >> 16) & ~1)
H A Dkern_lockf.c168 u_quad_t size;
202 * It's OK to cast the u_quad_t to and off_t here, since they
214 size > (u_quad_t)(OFF_MAX - fl->l_start)))
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_worker.c166 audit_fstat.af_currsz = (u_quad_t)file_size;
219 ((u_quad_t)file_size >= audit_fstat.af_filesz)) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c887 u_quad_t cur_usec;
1008 cur_usec = (u_quad_t)now.tv_sec * 1000000 +
1009 (u_quad_t)now.tv_usec;
1211 cur_usec = (u_quad_t)now.tv_sec * 1000000 +
1212 (u_quad_t)now.tv_usec;
H A Dnfs_serv.c880 if ((u_quad_t)off >= vap->va_data_size)
882 else if (((u_quad_t)off + reqlen) > vap->va_data_size)
1385 u_quad_t cur_usec;
1403 cur_usec = (u_quad_t)now.tv_sec * 1000000 + (u_quad_t)now.tv_usec;
1501 cur_usec = (u_quad_t)now.tv_sec * 1000000 + (u_quad_t)now.tv_usec;
1822 u_quad_t tempsize;
3902 u_quad_t off, toff, verf;
4124 u_quad_t of
[all...]
H A Dnfsnode.h556 u_quad_t n_size; /* Current size of file */
557 u_quad_t n_newsize; /* new size of file (pending update) */
H A Dnfsproto.h778 * Used to convert between two u_int32_ts and a u_quad_t.
782 u_quad_t qval;
/darwin-on-arm/xnu/libkern/stdio/
H A Dscanf.c542 u_quad_t res;

Completed in 191 milliseconds

12