Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dicmp6.c164 static int icmp6_notify_error (struct mbuf *, int, int, int);
820 if (icmp6_notify_error(m, off, icmp6len, code)) { in icmp6_input()
846 icmp6_notify_error(struct mbuf *m, int off, int icmp6len, int code) in icmp6_notify_error() function