Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dicmp6.c165 static int icmp6_ratelimit(const struct in6_addr *, const int, const int);
530 if (icmp6_ratelimit(&ip6->ip6_dst, icmp6->icmp6_type, code)) { in icmp6_input()
2815 if (icmp6_ratelimit(&sip6->ip6_src, ND_REDIRECT, 0)) { in icmp6_redirect_output()
3343 icmp6_ratelimit( in icmp6_ratelimit() function