Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c149 struct icmp6stat icmp6stat; variable
291 icmp6stat.icp6s_error++; in icmp6_error_flag()
294 icmp6_errcount(&icmp6stat.icp6s_outerrhist, type, code); in icmp6_error_flag()
303 icmp6stat.icp6s_canterror++; in icmp6_error_flag()
373 icmp6stat.icp6s_tooshort++; in icmp6_error_flag()
384 icmp6stat.icp6s_canterror++; in icmp6_error_flag()
450 icmp6stat.icp6s_outhist[type]++; in icmp6_error_flag()
493 icmp6stat.icp6s_tooshort++; in icmp6_input()
502 icmp6stat.icp6s_tooshort++; in icmp6_input()
519 icmp6stat.icp6s_rfc6980_drop++; in icmp6_input()
[all …]
H A Din6_proto.c774 &icmp6stat, icmp6stat, "");
H A Din6_var.h849 extern struct icmp6stat icmp6stat;
H A Dnd6_nbr.c568 icmp6stat.icp6s_badns++; in nd6_ns_input()
907 icmp6stat.icp6s_outhist[ND_NEIGHBOR_SOLICIT]++; in nd6_ns_output()
1410 icmp6stat.icp6s_badna++; in nd6_na_input()
1636 icmp6stat.icp6s_outhist[ND_NEIGHBOR_ADVERT]++; in nd6_na_output()
H A Draw_ip6.c891 icmp6stat.icp6s_outhist[type]++; in rip6_output()
H A Dmld6.c1527 icmp6stat.icp6s_badlen++; in mld_input()
3761 icmp6stat.icp6s_outhist[type]++; in mld_dispatch_packet()
H A Dnd6.c695 icmp6stat.icp6s_nd_badopt++; in nd6_options()
758 icmp6stat.icp6s_nd_toomanyopt++; in nd6_options()
H A Dnd6_rtr.c326 icmp6stat.icp6s_badrs++; in nd6_rs_input()
891 icmp6stat.icp6s_badra++; in nd6_ra_input()
/xnu-11215.1.10/bsd/netinet/
H A Dicmp6.h657 struct icmp6stat { struct
/xnu-11215.1.10/bsd/net/
H A Dpf.c9651 icmp6stat.icp6s_checksum++; in pf_check_proto_cksum()