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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_ifattach.c401 * available on ifp0, borrow interface identifier from other information
408 struct ifnet *ifp0,
415 if (in6_get_hw_ifid(ifp0, in6) == 0) {
417 if_name(ifp0)));
424 if_name(ifp0), if_name(altifp)));
431 if (ifp == ifp0)
443 if_name(ifp0), if_name(ifp)));
454 if_name(ifp0)));
458 printf("%s: failed to get interface identifier\n", if_name(ifp0));
464 if_name(ifp0),
407 get_ifid( struct ifnet *ifp0, struct ifnet *altifp, struct in6_addr *in6) argument
[all...]
H A Din6_src.c577 struct ifnet *ifp = NULL, *ifp0 = NULL; local
647 ifp = ifp0 =
671 if ((ifp = ifp0 = mopts->im6o_multicast_ifp) != NULL) {
845 ifp = ifp0 = ron->ro_rt->rt_ifp;
915 ifp = ifp0 = ro->ro_rt->rt_ifp;
970 ifp = NULL; /* ditch ifp; keep ifp0 */
1016 ifp = NULL; /* ditch ifp; keep ifp0 */
1032 * We'll return ifp regardless of error, so pick it up from ifp0
1036 ifp = ifp0;
H A Dicmp6.c1881 ni6_store_addrs(ni6, nni6, ifp0, resid)
1883 struct ifnet *ifp0;
1886 struct ifnet *ifp = ifp0;
1898 if (ifp0 == NULL && !(niflags & NI_NODEADDR_FLAG_ALL))
2034 if (ifp0) /* we need search only on the specified IF */

Completed in 27 milliseconds