Home
last modified time | relevance | path

Searched refs:ICMPV6CTL_STATS (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/systat/
H A Dicmp6.c215 name[3] = ICMPV6CTL_STATS; in initicmp6()
243 name[3] = ICMPV6CTL_STATS; in reseticmp6()
262 name[3] = ICMPV6CTL_STATS; in fetchicmp6()
/dragonfly/sys/netinet6/
H A Din6_proto.c513 SYSCTL_STRUCT(_net_inet6_icmp6, ICMPV6CTL_STATS, stats, CTLFLAG_RD,
/dragonfly/usr.bin/netstat/
H A Dinet6.c820 mib[3] = ICMPV6CTL_STATS; in icmp6_stats()
/dragonfly/sys/netinet/
H A Dicmp6.h641 #define ICMPV6CTL_STATS 1 macro