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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h669 void if_detach_ifa(struct ifnet * ifp, struct ifaddr *ifa);
H A Dif.c187 if_detach_ifa( function
195 printf("if_detach_ifa: ifa is not attached to any interface! flags=%lu\n", ifa->ifa_debug);
205 printf("if_detach_ifa: Attempted to detach IFA that was not attached!\n");
H A Ddlil.c2514 if_detach_ifa(ifp, ifa);
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp.c389 if_detach_ifa(ifID->aa_ifp, ifa);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_ifattach.c998 if_detach_ifa(ifp, &ia->ia_ifa);
H A Din6.c1466 if_detach_ifa(ifp, &ia->ia_ifa);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din.c790 if_detach_ifa(ifp, ifa);

Completed in 59 milliseconds