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

12

/macosx-10.5.8/xnu-1228.15.4/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...]
/macosx-10.5.8/xnu-1228.15.4/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.h41 u_quad_t rip6s_ipackets; /* total input packets */
42 u_quad_t rip6s_isum; /* input checksum computations */
43 u_quad_t rip6s_badsum; /* of above, checksum error */
44 u_quad_t rip6s_nosock; /* no matching socket */
45 u_quad_t rip6s_nosockmcast; /* of above, arrived as multicast */
46 u_quad_t rip6s_fullsock; /* not delivered, input socket full */
48 u_quad_t rip6s_opackets; /* total output packets */
H A Dip6_mroute.h124 u_quad_t mrt6s_mfc_lookups; /* # forw. cache hash table hits */
125 u_quad_t mrt6s_mfc_misses; /* # forw. cache hash table misses */
126 u_quad_t mrt6s_upcalls; /* # calls to mrouted */
127 u_quad_t mrt6s_no_route; /* no route for packet's origin */
128 u_quad_t mrt6s_bad_tunnel; /* malformed tunnel options */
129 u_quad_t mrt6s_cant_tunnel; /* no room for tunnel options */
130 u_quad_t mrt6s_wrong_if; /* arrived on wrong interface */
131 u_quad_t mrt6s_upq_ovflw; /* upcall Q overflow */
132 u_quad_t mrt6s_cache_cleanups; /* # entries with no upcalls */
133 u_quad_t mrt6s_drop_se
[all...]
H A Dip6_var.h160 u_quad_t ip6s_total; /* total packets received */
161 u_quad_t ip6s_tooshort; /* packet too short */
162 u_quad_t ip6s_toosmall; /* not enough data */
163 u_quad_t ip6s_fragments; /* fragments received */
164 u_quad_t ip6s_fragdropped; /* frags dropped(dups, out of space) */
165 u_quad_t ip6s_fragtimeout; /* fragments timed out */
166 u_quad_t ip6s_fragoverflow; /* fragments that exceeded limit */
167 u_quad_t ip6s_forward; /* packets forwarded */
168 u_quad_t ip6s_cantforward; /* packets rcvd for unreachable dest */
169 u_quad_t ip6s_redirectsen
[all...]
H A Din6_var.h124 u_quad_t ifs6_in_receive; /* # of total input datagram */
125 u_quad_t ifs6_in_hdrerr; /* # of datagrams with invalid hdr */
126 u_quad_t ifs6_in_toobig; /* # of datagrams exceeded MTU */
127 u_quad_t ifs6_in_noroute; /* # of datagrams with no route */
128 u_quad_t ifs6_in_addrerr; /* # of datagrams with invalid dst */
129 u_quad_t ifs6_in_protounknown; /* # of datagrams with unknown proto */
131 u_quad_t ifs6_in_truncated; /* # of truncated datagrams */
132 u_quad_t ifs6_in_discard; /* # of discarded datagrams */
134 u_quad_t ifs6_in_deliver; /* # of datagrams delivered to ULP */
136 u_quad_t ifs6_out_forwar
[all...]
H A Dipsec.h193 u_quad_t in_success; /* succeeded inbound process */
194 u_quad_t in_polvio;
196 u_quad_t in_nosa; /* inbound SA is unavailable */
197 u_quad_t in_inval; /* inbound processing failed due to EINVAL */
198 u_quad_t in_nomem; /* inbound processing failed due to ENOBUFS */
199 u_quad_t in_badspi; /* failed getting a SPI */
200 u_quad_t in_ahreplay; /* AH replay check failed */
201 u_quad_t in_espreplay; /* ESP replay check failed */
202 u_quad_t in_ahauthsucc; /* AH authentication success */
203 u_quad_t in_ahauthfai
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dicmp6.h545 u_quad_t icp6errs_dst_unreach_noroute;
546 u_quad_t icp6errs_dst_unreach_admin;
547 u_quad_t icp6errs_dst_unreach_beyondscope;
548 u_quad_t icp6errs_dst_unreach_addr;
549 u_quad_t icp6errs_dst_unreach_noport;
550 u_quad_t icp6errs_packet_too_big;
551 u_quad_t icp6errs_time_exceed_transit;
552 u_quad_t icp6errs_time_exceed_reassembly;
553 u_quad_t icp6errs_paramprob_header;
554 u_quad_t icp6errs_paramprob_nextheade
[all...]
H A Din_pcb.h99 typedef u_quad_t inp_gen_t;
334 u_quad_t xi_alignment_hack;
400 u_quad_t ipi_gencnt; /* current generation count */
H A Dtcp_var.h612 u_quad_t xt_alignment_hack;
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/i386/
H A Dlimits.h117 #define UQUAD_MAX ((u_quad_t)0-1) /* max value for a uquad_t */
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStringFuncs.c270 register u_quad_t acc;
272 register u_quad_t qbase, cutoff;
320 cutoff = neg ? -(u_quad_t)QUAD_MIN : QUAD_MAX;
357 u_quad_t
363 register u_quad_t acc;
365 register u_quad_t qbase, cutoff;
392 cutoff = (u_quad_t)UQUAD_MAX / qbase;
393 cutlim = (u_quad_t)UQUAD_MAX % qbase;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dunpcb.h97 typedef u_quad_t unp_gen_t;
193 u_quad_t xu_alignment_hack;
H A Dproc.h132 u_quad_t p_uticks; /* Statclock hits in user mode. */
133 u_quad_t p_sticks; /* Statclock hits in system mode. */
134 u_quad_t p_iticks; /* Statclock hits processing intr. */
H A Dproc_internal.h449 u_quad_t p_uticks; /* Statclock hits in user mode. */
450 u_quad_t p_sticks; /* Statclock hits in system mode. */
451 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;
/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit.h277 u_quad_t af_filesz;
278 u_quad_t af_currsz;
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dinode.h105 u_quad_t i_modrev; /* Revision level for NFS lease. */
/macosx-10.5.8/xnu-1228.15.4/bsd/libkern/
H A Dlibkern.h149 extern u_quad_t strtouq(const char *, char **, int);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c495 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \
496 (u_quad_t)((prof)->pr_scale)) >> 16) & ~1)
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfsnode.h342 u_quad_t n_size; /* Current size of file */
343 u_quad_t n_newsize; /* new size of file (pending update) */
H A Dnfs_syscalls.c842 u_quad_t cur_usec;
955 cur_usec = (u_quad_t)now.tv_sec * 1000000 +
956 (u_quad_t)now.tv_usec;
1156 cur_usec = (u_quad_t)now.tv_sec * 1000000 +
1157 (u_quad_t)now.tv_usec;
H A Dnfs_serv.c872 if ((u_quad_t)off >= vap->va_data_size)
874 else if (((u_quad_t)off + reqlen) > vap->va_data_size)
1359 u_quad_t cur_usec;
1377 cur_usec = (u_quad_t)now.tv_sec * 1000000 + (u_quad_t)now.tv_usec;
1475 cur_usec = (u_quad_t)now.tv_sec * 1000000 + (u_quad_t)now.tv_usec;
1796 u_quad_t tempsize;
3900 u_quad_t off, toff, verf;
4119 u_quad_t of
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/stdio/
H A Dscanf.c542 u_quad_t res;

Completed in 108 milliseconds

12