Home
last modified time | relevance | path

Searched refs:u_quad_t (Results 1 – 24 of 24) sorted by relevance

/xnu-11417.121.6/bsd/netinet6/
H A Dip6_var.h262 u_quad_t ip6s_total; /* total packets received */
263 u_quad_t ip6s_tooshort; /* packet too short */
264 u_quad_t ip6s_toosmall; /* not enough data */
265 u_quad_t ip6s_fragments; /* fragments received */
266 u_quad_t ip6s_fragdropped; /* frags dropped(dups, out of space) */
267 u_quad_t ip6s_fragtimeout; /* fragments timed out */
268 u_quad_t ip6s_fragoverflow; /* fragments that exceeded limit */
269 u_quad_t ip6s_forward; /* packets forwarded */
270 u_quad_t ip6s_cantforward; /* packets rcvd for unreachable dest */
271 u_quad_t ip6s_redirectsent; /* packets forwarded on same net */
[all …]
H A Din6_var.h257 u_quad_t use; /* statistics */
264 u_quad_t ifs6_in_receive; /* # of total input datagram */
265 u_quad_t ifs6_in_hdrerr; /* # of datagrams with invalid hdr */
266 u_quad_t ifs6_in_toobig; /* # of datagrams exceeded MTU */
267 u_quad_t ifs6_in_noroute; /* # of datagrams with no route */
268 u_quad_t ifs6_in_addrerr; /* # of datagrams with invalid dst */
269 u_quad_t ifs6_in_protounknown; /* # of datagrams with unknown proto */
271 u_quad_t ifs6_in_truncated; /* # of truncated datagrams */
272 u_quad_t ifs6_in_discard; /* # of discarded datagrams */
274 u_quad_t ifs6_in_deliver; /* # of datagrams delivered to ULP */
[all …]
H A Dipsec.h213 u_quad_t in_success __attribute__ ((aligned(8))); /* succeeded inbound process */
214 u_quad_t in_polvio __attribute__ ((aligned(8)));
216 u_quad_t in_nosa __attribute__ ((aligned(8))); /* inbound SA is unavailable */
217 u_quad_t in_inval __attribute__ ((aligned(8))); /* inbound processing failed due to EINVAL */
218 u_quad_t in_nomem __attribute__ ((aligned(8))); /* inbound processing failed due to ENOBUFS */
219 u_quad_t in_badspi __attribute__ ((aligned(8))); /* failed getting a SPI */
220 u_quad_t in_ahreplay __attribute__ ((aligned(8))); /* AH replay check failed */
221 u_quad_t in_espreplay __attribute__ ((aligned(8))); /* ESP replay check failed */
222 u_quad_t in_ahauthsucc __attribute__ ((aligned(8))); /* AH authentication success */
223 u_quad_t in_ahauthfail __attribute__ ((aligned(8))); /* AH authentication failure */
[all …]
H A Draw_ip6.h71 u_quad_t rip6s_ipackets; /* total input packets */
72 u_quad_t rip6s_isum; /* input checksum computations */
73 u_quad_t rip6s_badsum; /* of above, checksum error */
74 u_quad_t rip6s_nosock; /* no matching socket */
75 u_quad_t rip6s_nosockmcast; /* of above, arrived as multicast */
76 u_quad_t rip6s_fullsock; /* not delivered, input socket full */
78 u_quad_t rip6s_opackets; /* total output packets */
/xnu-11417.121.6/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_invexttype; /* invalid extension type */
[all …]
/xnu-11417.121.6/bsd/netinet/
H A Dicmp6.h642 u_quad_t icp6errs_dst_unreach_noroute;
643 u_quad_t icp6errs_dst_unreach_admin;
644 u_quad_t icp6errs_dst_unreach_beyondscope;
645 u_quad_t icp6errs_dst_unreach_addr;
646 u_quad_t icp6errs_dst_unreach_noport;
647 u_quad_t icp6errs_packet_too_big;
648 u_quad_t icp6errs_time_exceed_transit;
649 u_quad_t icp6errs_time_exceed_reassembly;
650 u_quad_t icp6errs_paramprob_header;
651 u_quad_t icp6errs_paramprob_nextheader;
[all …]
H A Din_pcb.h114 typedef u_quad_t inp_gen_t;
432 u_quad_t xi_alignment_hack;
475 u_quad_t xi_alignment_hack;
H A Dip_compat.h114 # define U_QUAD_T u_quad_t
H A Dtcp_var.h1521 u_quad_t xt_alignment_hack;
1602 u_quad_t xt_alignment_hack;
/xnu-11417.121.6/iokit/Kernel/
H A DIOStringFuncs.c88 u_quad_t strtouq(const char *nptr, char **endptr, int base);
300 u_quad_t acc; in strtoq()
302 u_quad_t qbase, cutoff; in strtoq()
352 cutoff = neg ? -(u_quad_t)QUAD_MIN : QUAD_MAX; in strtoq()
398 u_quad_t
404 u_quad_t acc; in strtouq()
406 u_quad_t qbase, cutoff; in strtouq()
435 cutoff = (u_quad_t)UQUAD_MAX / qbase; in strtouq()
436 cutlim = ((int)((u_quad_t)UQUAD_MAX % qbase)); in strtouq()
H A DIOHibernateRestoreKernel.c1226 num = va_arg(ap, u_quad_t); in hibkvprintf()
H A DIORegistryEntry.cpp1384 u_quad_t num1, num2; in matchPathLocation()
/xnu-11417.121.6/bsd/sys/
H A Dunpcb.h101 typedef u_quad_t unp_gen_t;
208 u_quad_t xu_alignment_hack;
H A Dproc.h135 u_quad_t p_uticks; /* Statclock hits in user mode. */
136 u_quad_t p_sticks; /* Statclock hits in system mode. */
137 u_quad_t p_iticks; /* Statclock hits processing intr. */
H A Dproc_internal.h661 u_quad_t p_uticks; /* Statclock hits in user mode. */
662 u_quad_t p_sticks; /* Statclock hits in system mode. */
663 u_quad_t p_iticks; /* Statclock hits processing intr. */
713 u_quad_t p_uticks; /* Statclock hits in user mode. */
714 u_quad_t p_sticks; /* Statclock hits in system mode. */
715 u_quad_t p_iticks; /* Statclock hits processing intr. */
H A Dvsock.h57 typedef u_quad_t vsock_gen_t;
H A Dtypes.h98 typedef u_int64_t u_quad_t; /* quads */ typedef
H A Dsocketvar.h94 typedef u_quad_t so_gen_t;
/xnu-11417.121.6/libkern/stdio/
H A Dscanf.c71 u_quad_t strtouq(const char *, char **, int);
570 u_quad_t res; in vsscanf()
574 res = (u_quad_t)strtoq(buf, (char **)NULL, base); in vsscanf()
/xnu-11417.121.6/bsd/security/audit/
H A Daudit_worker.c167 audit_fstat.af_currsz = (u_quad_t)file_size; in audit_record_write()
221 ((u_quad_t)file_size >= audit_fstat.af_filesz)) { in audit_record_write()
/xnu-11417.121.6/bsd/libkern/
H A Dlibkern.h156 extern u_quad_t strtouq(const char *, char **, int);
/xnu-11417.121.6/bsd/kern/
H A Dkern_lockf.c210 u_quad_t size; in lf_advlock()
258 size > (u_quad_t)(OFF_MAX - fl->l_start))) { in lf_advlock()
/xnu-11417.121.6/bsd/nfs/
H A Dnfsproto.h813 u_quad_t qval;
H A Dnfs_serv.c1001 if ((u_quad_t)off >= vap->va_data_size) { in nfsrv_read()
1003 } else if (((u_quad_t)off + reqlen) > vap->va_data_size) { in nfsrv_read()
2004 u_quad_t tempsize; in nfsrv_create()
4249 u_quad_t off, toff, verf = 0; in nfsrv_readdir()
4502 u_quad_t off, toff, verf; in nfsrv_readdirplus()
4777 u_quad_t off; in nfsrv_commit()