Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dicmp6.c147 struct icmp6stat icmp6stat; variable
288 icmp6stat.icp6s_error++; in icmp6_error_flag()
291 icmp6_errcount(&icmp6stat.icp6s_outerrhist, type, code); in icmp6_error_flag()
300 icmp6stat.icp6s_canterror++; in icmp6_error_flag()
370 icmp6stat.icp6s_tooshort++; in icmp6_error_flag()
381 icmp6stat.icp6s_canterror++; in icmp6_error_flag()
447 icmp6stat.icp6s_outhist[type]++; in icmp6_error_flag()
490 icmp6stat.icp6s_tooshort++; in icmp6_input()
499 icmp6stat.icp6s_tooshort++; in icmp6_input()
516 icmp6stat.icp6s_rfc6980_drop++; in icmp6_input()
[all …]
H A Din6_proto.c735 &icmp6stat, icmp6stat, "");
H A Din6_var.h828 extern struct icmp6stat icmp6stat;
H A Dnd6_nbr.c551 icmp6stat.icp6s_badns++; in nd6_ns_input()
883 icmp6stat.icp6s_outhist[ND_NEIGHBOR_SOLICIT]++; in nd6_ns_output()
1375 icmp6stat.icp6s_badna++; in nd6_na_input()
1596 icmp6stat.icp6s_outhist[ND_NEIGHBOR_ADVERT]++; in nd6_na_output()
H A Draw_ip6.c882 icmp6stat.icp6s_outhist[type]++; in rip6_output()
H A Dmld6.c1532 icmp6stat.icp6s_badlen++; in mld_input()
3699 icmp6stat.icp6s_outhist[type]++; in mld_dispatch_packet()
H A Dnd6_rtr.c325 icmp6stat.icp6s_badrs++; in nd6_rs_input()
873 icmp6stat.icp6s_badra++; in nd6_ra_input()
H A Dnd6.c690 icmp6stat.icp6s_nd_badopt++; in nd6_options()
752 icmp6stat.icp6s_nd_toomanyopt++; in nd6_options()
/xnu-8792.41.9/bsd/netinet/
H A Dicmp6.h646 struct icmp6stat { struct
/xnu-8792.41.9/bsd/net/
H A Dpf.c9616 icmp6stat.icp6s_checksum++; in pf_check_proto_cksum()