Searched refs:ip6stat (Results 1 - 20 of 20) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Droute6.c98 ip6stat.ip6s_badoptions++;
119 ip6stat.ip6s_tooshort++;
146 ip6stat.ip6s_tooshort++;
160 ip6stat.ip6s_badoptions++;
200 ip6stat.ip6s_badoptions++;
207 ip6stat.ip6s_badoptions++;
227 ip6stat.ip6s_badoptions++;
235 ip6stat.ip6s_badoptions++;
248 ip6stat.ip6s_badscope++;
H A Dip6_forward.c192 ip6stat.ip6s_cantforward++;
254 ip6stat.ip6s_cantforward++;
276 ip6stat.ip6s_cantforward++;
298 ip6stat.ip6s_cantforward++;
362 ip6stat.ip6s_cantforward++;
408 ip6stat.ip6s_noroute++;
435 ip6stat.ip6s_noroute++;
461 ip6stat.ip6s_cantforward++;
462 ip6stat.ip6s_badscope++;
467 ip6stat
[all...]
H A Dip6_input.c203 struct ip6stat ip6stat; variable in typeref:struct:ip6stat
279 ip6stat.ip6s_toosmall++; \
555 ip6stat.ip6s_mext2m++;
557 ip6stat.ip6s_mext1++;
559 #define M2MMAX (sizeof(ip6stat.ip6s_m2m)/sizeof(ip6stat.ip6s_m2m[0]))
562 ip6stat.ip6s_m2m[ifnet_index(lo_ifp)]++; /* XXX */
564 ip6stat.ip6s_m2m[m->m_pkthdr.rcvif->if_index]++;
566 ip6stat
[all...]
H A Ddest6.c92 ip6stat.ip6s_toosmall++;
H A Dfrag6.c249 ip6stat.ip6s_fragments++;
614 ip6stat.ip6s_reassembled++;
631 ip6stat.ip6s_fragdropped++;
743 ip6stat.ip6s_fragtimeout++;
755 ip6stat.ip6s_fragoverflow++;
773 ip6stat.ip6s_fragdropped++;
H A Dip6_var.h254 struct ip6stat { struct
394 extern struct ip6stat ip6stat; /* statistics */
H A Din6_src.c177 if ((r) < sizeof(ip6stat.ip6s_sources_rule) / \
178 sizeof(ip6stat.ip6s_sources_rule[0])) /* check for safety */ \
179 ip6stat.ip6s_sources_rule[(r)]++; \
183 if ((r) < sizeof(ip6stat.ip6s_sources_rule) / \
184 sizeof(ip6stat.ip6s_sources_rule[0])) /* check for safety */ \
185 ip6stat.ip6s_sources_rule[(r)]++; \
189 if ((r) < sizeof(ip6stat.ip6s_sources_rule) / \
190 sizeof(ip6stat.ip6s_sources_rule[0])) /* check for safety */ \
191 ip6stat.ip6s_sources_rule[(r)]++; \
1029 ip6stat
[all...]
H A Din6_gif.c265 ip6stat.ip6s_nogif++;
311 ip6stat.ip6s_nogif++;
H A Din6_proto.c518 &ip6stat, ip6stat, "");
H A Dip6_output.c775 ip6stat.ip6s_badscope++;
780 ip6stat.ip6s_badscope++;
784 ip6stat.ip6s_localout++;
945 ip6stat.ip6s_noroute++;
1023 ip6stat.ip6s_badscope++;
1056 ip6stat.ip6s_noroute++;
1429 ip6stat.ip6s_odropped++;
1442 ip6stat.ip6s_odropped++;
1455 ip6stat.ip6s_odropped++;
1474 ip6stat
[all...]
H A Draw_ip6.c237 ip6stat.ip6s_delivered--;
249 ip6stat.ip6s_delivered--;
274 ip6stat.ip6s_delivered--;
H A Din6.c3210 ip6stat.ip6s_sources_none++;
3214 ip6stat.ip6s_sources_sameif[best_scope]++;
3216 ip6stat.ip6s_sources_otherif[best_scope]++;
3219 ip6stat.ip6s_sources_samescope[best_scope]++;
3221 ip6stat.ip6s_sources_otherscope[best_scope]++;
3224 ip6stat.ip6s_sources_deprecated[best_scope]++;
H A Dip6_mroute.c1012 ip6stat.ip6s_cantforward++;
1435 ip6stat.ip6s_badscope++;
1455 ip6stat.ip6s_badscope++;
H A Dicmp6.c478 ip6stat.ip6s_notmember++;
2158 ip6stat.ip6s_delivered--;
H A Dmld6.c3248 ip6stat.ip6s_noroute++;
3276 ip6stat.ip6s_odropped++;
H A Dipsec.c3753 ip6stat.ip6s_noroute++;
H A Dnd6.c3337 ip6stat.ip6s_badscope++;
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf2.c149 ip6stat.ip6s_pulldown++;
154 ip6stat.ip6s_pullup++;
156 ip6stat.ip6s_pullup_fail++;
164 ip6stat.ip6s_pullup--; /* call will not be made! */
166 ip6stat.ip6s_pullup_alloc++;
167 ip6stat.ip6s_pullup_copy++;
170 ip6stat.ip6s_pullup_copy++;
172 ip6stat.ip6s_pullup_alloc++;
173 ip6stat.ip6s_pullup_copy++;
182 ip6stat
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dip6.h310 ip6stat.ip6s_exthdrtoolong++; \
314 ip6stat.ip6s_exthdrtoolong++; \
320 ip6stat.ip6s_exthdrtoolong++; \
327 ip6stat.ip6s_tooshort++; \
/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c5093 * XXX Should we update ip6stat, or not?
5113 ip6stat.ip6s_toosmall++;
5120 ip6stat.ip6s_toosmall++;
5129 ip6stat.ip6s_badvers++;

Completed in 145 milliseconds