Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dicmp6.c161 static int icmp6_notify_error(struct mbuf **, int, int);
891 if (icmp6_notify_error(&m, off, icmp6len) != 0) { in icmp6_input()
920 icmp6_notify_error(struct mbuf **mp, int off, int icmp6len) in icmp6_notify_error() function