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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_var.h622 int in6_update_ifa __P((struct ifnet *, struct in6_aliasreq *,
H A Din6_ifattach.c485 * in6_update_ifa() does not use ifra_name, but we accurately set it
529 * Do not let in6_update_ifa() do DAD, since we need a random delay
536 * Now call in6_update_ifa() to do a bunch of procedures to configure
541 if ((error = in6_update_ifa(ifp, &ifra, NULL)) != 0) {
630 * in6_update_ifa() does not use ifra_name, but we accurately set it
665 if ((error = in6_update_ifa(ifp, &ifra, NULL)) != 0) {
H A Din6.c814 if ((error = in6_update_ifa(ifp, ifra, ia)) != 0)
826 * been validated in in6_update_ifa().
980 in6_update_ifa(ifp, ifra, ia) function
1077 log(LOG_INFO, "in6_update_ifa: a destination can be "
1086 log(LOG_INFO, "in6_update_ifa: prefixlen must be 128 "
1105 "in6_update_ifa: valid lifetime is 0 for %s\n",
1120 * When in6_update_ifa() is called in a process of a received
1173 log(LOG_INFO, "in6_update_ifa: the prefix length of an"
1195 log(LOG_ERR, "in6_update_ifa: failed to remove "
1248 "in6_update_ifa
[all...]
H A Dnd6_rtr.c1854 * in6_update_ifa() does not use ifra_name, but we accurately set it
1905 * keep the new address, regardless of the result of in6_update_ifa.
1912 if ((error = in6_update_ifa(ifp, &ifra, NULL)) != 0) {
2017 if ((error = in6_update_ifa(ifp, &ifra, NULL)) != 0)

Completed in 32 milliseconds