• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/

Lines Matching refs:u_quad_t

160 	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_redirectsent; /* packets forwarded on same net */
170 u_quad_t ip6s_delivered; /* datagrams delivered to upper level*/
171 u_quad_t ip6s_localout; /* total ip packets generated here */
172 u_quad_t ip6s_odropped; /* lost packets due to nobufs, etc. */
173 u_quad_t ip6s_reassembled; /* total packets reassembled ok */
174 u_quad_t ip6s_fragmented; /* datagrams sucessfully fragmented */
175 u_quad_t ip6s_ofragments; /* output fragments created */
176 u_quad_t ip6s_cantfrag; /* don't fragment flag was set, etc. */
177 u_quad_t ip6s_badoptions; /* error in option processing */
178 u_quad_t ip6s_noroute; /* packets discarded due to no route */
179 u_quad_t ip6s_badvers; /* ip6 version != 6 */
180 u_quad_t ip6s_rawout; /* total raw ip packets generated */
181 u_quad_t ip6s_badscope; /* scope error */
182 u_quad_t ip6s_notmember; /* don't join this multicast group */
183 u_quad_t ip6s_nxthist[256]; /* next header history */
184 u_quad_t ip6s_m1; /* one mbuf */
185 u_quad_t ip6s_m2m[32]; /* two or more mbuf */
186 u_quad_t ip6s_mext1; /* one ext mbuf */
187 u_quad_t ip6s_mext2m; /* two or more ext mbuf */
188 u_quad_t ip6s_exthdrtoolong; /* ext hdr are not continuous */
189 u_quad_t ip6s_nogif; /* no match gif found */
190 u_quad_t ip6s_toomanyhdr; /* discarded due to too many headers */
198 u_quad_t ip6s_sources_none;
200 u_quad_t ip6s_sources_sameif[16];
202 u_quad_t ip6s_sources_otherif[16];
207 u_quad_t ip6s_sources_samescope[16];
212 u_quad_t ip6s_sources_otherscope[16];
214 u_quad_t ip6s_sources_deprecated[16];
216 u_quad_t ip6s_forward_cachehit;
217 u_quad_t ip6s_forward_cachemiss;