Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c164 static int icmp6_ratelimit(const struct in6_addr *, const int, const int);
528 if (icmp6_ratelimit(&ip6->ip6_dst, icmp6->icmp6_type, code)) { in icmp6_input()
2813 if (icmp6_ratelimit(&sip6->ip6_src, ND_REDIRECT, 0)) { in icmp6_redirect_output()
3340 icmp6_ratelimit( in icmp6_ratelimit() function