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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.h847 extern int in6_tmpifadd(const struct in6_ifaddr *, int, int);
H A Dnd6_rtr.c2602 * in6_tmpifadd().
2606 if ((e = in6_tmpifadd(ia6, 1, M_WAITOK)) != 0) {
3898 in6_tmpifadd( function
3949 nd6log((LOG_NOTICE, "in6_tmpifadd: failed to find "
4011 "in6_tmpifadd: ifa update succeeded, but we got "
4022 nd6log((LOG_ERR, "in6_tmpifadd: no public address\n"));
H A Din6.c1220 if ((e = in6_tmpifadd(ia, 1,
H A Dnd6.c1185 if ((e = in6_tmpifadd(public_ifa6, 0, M_WAITOK)) != 0) {

Completed in 53 milliseconds