Home
last modified time | relevance | path

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

12

/xnu-8020.101.4/bsd/netinet6/
H A Dip6_var.h251 u_quad_t ip6s_total; /* total packets received */
252 u_quad_t ip6s_tooshort; /* packet too short */
253 u_quad_t ip6s_toosmall; /* not enough data */
254 u_quad_t ip6s_fragments; /* fragments received */
255 u_quad_t ip6s_fragdropped; /* frags dropped(dups, out of space) */
256 u_quad_t ip6s_fragtimeout; /* fragments timed out */
257 u_quad_t ip6s_fragoverflow; /* fragments that exceeded limit */
258 u_quad_t ip6s_forward; /* packets forwarded */
259 u_quad_t ip6s_cantforward; /* packets rcvd for unreachable dest */
260 u_quad_t ip6s_redirectsent; /* packets forwarded on same net */
[all …]
H A Din6_var.h227 u_quad_t use; /* statistics */
234 u_quad_t ifs6_in_receive; /* # of total input datagram */
235 u_quad_t ifs6_in_hdrerr; /* # of datagrams with invalid hdr */
236 u_quad_t ifs6_in_toobig; /* # of datagrams exceeded MTU */
237 u_quad_t ifs6_in_noroute; /* # of datagrams with no route */
238 u_quad_t ifs6_in_addrerr; /* # of datagrams with invalid dst */
239 u_quad_t ifs6_in_protounknown; /* # of datagrams with unknown proto */
241 u_quad_t ifs6_in_truncated; /* # of truncated datagrams */
242 u_quad_t ifs6_in_discard; /* # of discarded datagrams */
244 u_quad_t ifs6_in_deliver; /* # of datagrams delivered to ULP */
[all …]
H A Dipsec.h212 u_quad_t in_success __attribute__ ((aligned(8))); /* succeeded inbound process */
213 u_quad_t in_polvio __attribute__ ((aligned(8)));
215 u_quad_t in_nosa __attribute__ ((aligned(8))); /* inbound SA is unavailable */
216 u_quad_t in_inval __attribute__ ((aligned(8))); /* inbound processing failed due to EINVAL */
217 u_quad_t in_nomem __attribute__ ((aligned(8))); /* inbound processing failed due to ENOBUFS */
218 u_quad_t in_badspi __attribute__ ((aligned(8))); /* failed getting a SPI */
219 u_quad_t in_ahreplay __attribute__ ((aligned(8))); /* AH replay check failed */
220 u_quad_t in_espreplay __attribute__ ((aligned(8))); /* ESP replay check failed */
221 u_quad_t in_ahauthsucc __attribute__ ((aligned(8))); /* AH authentication success */
222 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-8020.101.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_invexttype; /* invalid extension type */
[all …]
/xnu-8020.101.4/bsd/netinet/
H A Dicmp6.h631 u_quad_t icp6errs_dst_unreach_noroute;
632 u_quad_t icp6errs_dst_unreach_admin;
633 u_quad_t icp6errs_dst_unreach_beyondscope;
634 u_quad_t icp6errs_dst_unreach_addr;
635 u_quad_t icp6errs_dst_unreach_noport;
636 u_quad_t icp6errs_packet_too_big;
637 u_quad_t icp6errs_time_exceed_transit;
638 u_quad_t icp6errs_time_exceed_reassembly;
639 u_quad_t icp6errs_paramprob_header;
640 u_quad_t icp6errs_paramprob_nextheader;
[all …]
H A Din_pcb.h113 typedef u_quad_t inp_gen_t;
390 u_quad_t xi_alignment_hack;
433 u_quad_t xi_alignment_hack;
H A Dip_compat.h114 # define U_QUAD_T u_quad_t
H A Dtcp_var.h1280 u_quad_t xt_alignment_hack;
1361 u_quad_t xt_alignment_hack;
/xnu-8020.101.4/iokit/Kernel/
H A DIOStringFuncs.c88 u_quad_t strtouq(const char *nptr, char **endptr, int base);
301 u_quad_t acc; in strtoq()
303 u_quad_t qbase, cutoff; in strtoq()
353 cutoff = neg ? -(u_quad_t)QUAD_MIN : QUAD_MAX; in strtoq()
399 u_quad_t
405 u_quad_t acc; in strtouq()
407 u_quad_t qbase, cutoff; in strtouq()
436 cutoff = (u_quad_t)UQUAD_MAX / qbase; in strtouq()
437 cutlim = ((int)((u_quad_t)UQUAD_MAX % qbase)); in strtouq()
H A DIOHibernateRestoreKernel.c1226 num = va_arg(ap, u_quad_t); in hibkvprintf()
/xnu-8020.101.4/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.h635 u_quad_t p_uticks; /* Statclock hits in user mode. */
636 u_quad_t p_sticks; /* Statclock hits in system mode. */
637 u_quad_t p_iticks; /* Statclock hits processing intr. */
687 u_quad_t p_uticks; /* Statclock hits in user mode. */
688 u_quad_t p_sticks; /* Statclock hits in system mode. */
689 u_quad_t p_iticks; /* Statclock hits processing intr. */
H A Dvsock.h57 typedef u_quad_t vsock_gen_t;
H A Dtypes.h95 typedef u_int64_t u_quad_t; /* quads */ typedef
H A Dsocketvar.h93 typedef u_quad_t so_gen_t;
/xnu-8020.101.4/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-8020.101.4/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-8020.101.4/bsd/libkern/
H A Dlibkern.h156 extern u_quad_t strtouq(const char *, char **, int);
/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h585 u_quad_t n_size; /* Current size of file */
586 u_quad_t n_newsize; /* new size of file (pending update) */
H A Dnfsproto.h816 u_quad_t qval;
H A Dnfs_serv.c993 if ((u_quad_t)off >= vap->va_data_size) { in nfsrv_read()
995 } else if (((u_quad_t)off + reqlen) > vap->va_data_size) { in nfsrv_read()
2008 u_quad_t tempsize; in nfsrv_create()
4235 u_quad_t off, toff, verf = 0; in nfsrv_readdir()
4483 u_quad_t off, toff, verf; in nfsrv_readdirplus()
4754 u_quad_t off; in nfsrv_commit()
H A Dnfs_syscalls.c943 u_quad_t sbmaxsize; in nfssvc_addsock()
977 sbmaxsize = (u_quad_t)sb_max * MCLBYTES / (MSIZE + MCLBYTES); in nfssvc_addsock()
/xnu-8020.101.4/bsd/kern/
H A Dkern_lockf.c209 u_quad_t size; in lf_advlock()
257 size > (u_quad_t)(OFF_MAX - fl->l_start))) { in lf_advlock()

12