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

/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dnd6_rtr.c71 static struct in6_ifaddr *in6_ifadd(struct nd_prefixctl *, int);
1347 if ((ia6 = in6_ifadd(new, mcast)) != NULL) {
1804 in6_ifadd(struct nd_prefixctl *pr, int mcast) function
1846 printf("in6_ifadd: link-local address not ready\n");
1854 nd6log((LOG_INFO, "in6_ifadd: wrong prefixlen for %s "
1903 log(LOG_INFO, "in6_ifadd: %s is already configured\n",
1919 "in6_ifadd: failed to make ifaddr %s on %s (errno=%d)\n",

Completed in 100 milliseconds