Searched refs:nd6_na_input (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/netinet6/
H A Dsend.c156 nd6_na_input(m, sizeof(struct ip6_hdr), icmp6len);
H A Dnd6.h434 void nd6_na_input(struct mbuf *, int, int);
H A Dicmp6.c855 nd6_na_input(m, off, icmp6len);
857 nd6_na_input(m, off, icmp6len);
866 nd6_na_input(n, off, icmp6len);
868 nd6_na_input(n, off, icmp6len);
H A Dnd6_nbr.c649 nd6_na_input(struct mbuf *m, int off, int icmp6len) function
672 "nd6_na_input: invalid hlim (%d) from %s to %s on %s\n",
701 "nd6_na_input: invalid target address %s\n",
708 "nd6_na_input: a solicited adv is multicasted\n"));
716 "nd6_na_input: invalid ND option, ignored\n"));
755 "nd6_na_input: duplicate IP6 address %s\n",
761 nd6log((LOG_INFO, "nd6_na_input: lladdrlen mismatch for %s "

Completed in 111 milliseconds