Home
last modified time | relevance | path

Searched refs:icmp6stat (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.1.9/bsd/netinet6/
H A Dicmp6.c150 struct icmp6stat icmp6stat; variable
293 icmp6stat.icp6s_error++; in icmp6_error_flag()
296 icmp6_errcount(&icmp6stat.icp6s_outerrhist, type, code); in icmp6_error_flag()
305 icmp6stat.icp6s_canterror++; in icmp6_error_flag()
375 icmp6stat.icp6s_tooshort++; in icmp6_error_flag()
386 icmp6stat.icp6s_canterror++; in icmp6_error_flag()
452 icmp6stat.icp6s_outhist[type]++; in icmp6_error_flag()
495 icmp6stat.icp6s_tooshort++; in icmp6_input()
504 icmp6stat.icp6s_tooshort++; in icmp6_input()
521 icmp6stat.icp6s_rfc6980_drop++; in icmp6_input()
[all …]
H A Din6_proto.c800 &icmp6stat, icmp6stat, "");
H A Din6_var.h849 extern struct icmp6stat icmp6stat;
H A Dnd6_nbr.c569 icmp6stat.icp6s_badns++; in nd6_ns_input()
907 icmp6stat.icp6s_outhist[ND_NEIGHBOR_SOLICIT]++; in nd6_ns_output()
1413 icmp6stat.icp6s_badna++; in nd6_na_input()
1639 icmp6stat.icp6s_outhist[ND_NEIGHBOR_ADVERT]++; in nd6_na_output()
H A Draw_ip6.c900 icmp6stat.icp6s_outhist[type]++; in rip6_output()
H A Dmld6.c1528 icmp6stat.icp6s_badlen++; in mld_input()
3758 icmp6stat.icp6s_outhist[type]++; in mld_dispatch_packet()
H A Dnd6_rtr.c331 icmp6stat.icp6s_badrs++; in nd6_rs_input()
913 icmp6stat.icp6s_badra++; in nd6_ra_input()
H A Dnd6.c702 icmp6stat.icp6s_nd_badopt++; in nd6_options()
765 icmp6stat.icp6s_nd_toomanyopt++; in nd6_options()
/xnu-12377.1.9/bsd/netinet/
H A Dicmp6.h672 struct icmp6stat { struct
/xnu-12377.1.9/bsd/net/
H A Dpf.c9672 icmp6stat.icp6s_checksum++; in pf_check_proto_cksum()