Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dicmp6.c147 struct icmp6stat icmp6stat; variable
271 icmp6stat.icp6s_error++; in icmp6_error_flag()
274 icmp6_errcount(&icmp6stat.icp6s_outerrhist, type, code); in icmp6_error_flag()
278 icmp6stat.icp6s_canterror++; in icmp6_error_flag()
348 icmp6stat.icp6s_tooshort++; in icmp6_error_flag()
359 icmp6stat.icp6s_canterror++; in icmp6_error_flag()
373 icmp6stat.icp6s_toofreq++; in icmp6_error_flag()
418 icmp6stat.icp6s_outhist[type]++; in icmp6_error_flag()
461 icmp6stat.icp6s_tooshort++; in icmp6_input()
470 icmp6stat.icp6s_tooshort++; in icmp6_input()
[all …]
H A Din6_proto.c735 &icmp6stat, icmp6stat, "");
H A Din6_var.h828 extern struct icmp6stat icmp6stat;
H A Dnd6_nbr.c548 icmp6stat.icp6s_badns++; in nd6_ns_input()
880 icmp6stat.icp6s_outhist[ND_NEIGHBOR_SOLICIT]++; in nd6_ns_output()
1365 icmp6stat.icp6s_badna++; in nd6_na_input()
1586 icmp6stat.icp6s_outhist[ND_NEIGHBOR_ADVERT]++; in nd6_na_output()
H A Draw_ip6.c871 icmp6stat.icp6s_outhist[type]++; in rip6_output()
H A Dmld6.c1532 icmp6stat.icp6s_badlen++; in mld_input()
3682 icmp6stat.icp6s_outhist[type]++; in mld_dispatch_packet()
H A Dnd6_rtr.c325 icmp6stat.icp6s_badrs++; in nd6_rs_input()
867 icmp6stat.icp6s_badra++; in nd6_ra_input()
H A Dnd6.c687 icmp6stat.icp6s_nd_badopt++; in nd6_options()
749 icmp6stat.icp6s_nd_toomanyopt++; in nd6_options()
/xnu-8019.80.24/bsd/netinet/
H A Dicmp6.h646 struct icmp6stat { struct
/xnu-8019.80.24/bsd/net/
H A Dpf.c9487 icmp6stat.icp6s_checksum++; in pf_check_proto_cksum()