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

/xnu-2782.1.97/bsd/netinet6/
H A Din6_ifattach.c388 * Appendix A of RFC 4291. If it is not available on ifp0, borrow interface
397 struct ifnet *ifp0,
404 if (in6_iid_from_hw(ifp0, in6) == 0) {
406 if_name(ifp0)));
413 if_name(ifp0), if_name(altifp)));
420 if (ifp == ifp0)
431 if_name(ifp0), if_name(ifp)));
440 nd6log((LOG_DEBUG, "%s: IID from PRNG.\n", if_name(ifp0)));
444 printf("%s: failed to get interface identifier\n", if_name(ifp0));
450 if_name(ifp0),
396 in6_select_iid_from_all_hw( struct ifnet *ifp0, struct ifnet *altifp, struct in6_addr *in6) argument
[all...]
H A Din6_src.c617 struct ifnet *ifp = NULL, *ifp0 = NULL; local
688 ifp = ifp0 =
712 if ((ifp = ifp0 = mopts->im6o_multicast_ifp) != NULL) {
891 ifp = ifp0 = ron->ro_rt->rt_ifp;
961 ifp = ifp0 = ro->ro_rt->rt_ifp;
1014 ifp = NULL; /* ditch ifp; keep ifp0 */
1077 ifp = NULL; /* ditch ifp; keep ifp0 */
1102 * We'll return ifp regardless of error, so pick it up from ifp0
1106 ifp = ifp0;
H A Dicmp6.c1840 ni6_store_addrs(ni6, nni6, ifp0, resid)
1842 struct ifnet *ifp0;
1845 struct ifnet *ifp = ifp0;
1855 if (ifp0 == NULL && !(niflags & NI_NODEADDR_FLAG_ALL))
1992 if (ifp0) /* we need search only on the specified IF */

Completed in 28 milliseconds