Home
last modified time | relevance | path

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

/xnu-10063.101.15/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.c774 &icmp6stat, icmp6stat, "");
H A Din6_var.h829 extern struct icmp6stat icmp6stat;
H A Dnd6_nbr.c555 icmp6stat.icp6s_badns++; in nd6_ns_input()
888 icmp6stat.icp6s_outhist[ND_NEIGHBOR_SOLICIT]++; in nd6_ns_output()
1379 icmp6stat.icp6s_badna++; in nd6_na_input()
1601 icmp6stat.icp6s_outhist[ND_NEIGHBOR_ADVERT]++; in nd6_na_output()
H A Draw_ip6.c885 icmp6stat.icp6s_outhist[type]++; in rip6_output()
H A Dmld6.c1535 icmp6stat.icp6s_badlen++; in mld_input()
3769 icmp6stat.icp6s_outhist[type]++; in mld_dispatch_packet()
H A Dnd6_rtr.c324 icmp6stat.icp6s_badrs++; in nd6_rs_input()
873 icmp6stat.icp6s_badra++; in nd6_ra_input()
H A Dnd6.c691 icmp6stat.icp6s_nd_badopt++; in nd6_options()
753 icmp6stat.icp6s_nd_toomanyopt++; in nd6_options()
/xnu-10063.101.15/bsd/netinet/ !
H A Dicmp6.h646 struct icmp6stat { struct
/xnu-10063.101.15/bsd/net/ !
H A Dpf.c9670 icmp6stat.icp6s_checksum++; in pf_check_proto_cksum()