Home
last modified time | relevance | path

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

/NextBSD/sys/netinet6/
HDsend.c154 nd6_na_input(m, sizeof(struct ip6_hdr), icmp6len); in send_output()
HDnd6.h430 void nd6_na_input(struct mbuf *, int, int);
HDicmp6.c843 nd6_na_input(m, off, icmp6len); in icmp6_input()
845 nd6_na_input(m, off, icmp6len); in icmp6_input()
854 nd6_na_input(n, off, icmp6len); in icmp6_input()
856 nd6_na_input(n, off, icmp6len); in icmp6_input()
HDnd6_nbr.c610 nd6_na_input(struct mbuf *m, int off, int icmp6len) in nd6_na_input() function