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

/freebsd-10.0-release/sys/netinet6/
H A Din6_ifattach.c382 * available on ifp0, borrow interface identifier from other information
388 get_ifid(struct ifnet *ifp0, struct ifnet *altifp, argument
394 if (in6_get_hw_ifid(ifp0, in6) == 0) {
396 if_name(ifp0)));
403 if_name(ifp0), if_name(altifp)));
410 if (ifp == ifp0)
422 if_name(ifp0), if_name(ifp)));
433 if_name(ifp0)));
437 printf("%s: failed to get interface identifier\n", if_name(ifp0));
442 if_name(ifp0), in
[all...]
H A Dicmp6.c1832 struct ifnet *ifp0, int resid)
1843 if (ifp0 == NULL && !(niflags & NI_NODEADDR_FLAG_ALL))
1847 ifp = ifp0 ? ifp0 : TAILQ_FIRST(&V_ifnet);
1954 if (ifp0) /* we need search only on the specified IF */
1831 ni6_store_addrs(struct icmp6_nodeinfo *ni6, struct icmp6_nodeinfo *nni6, struct ifnet *ifp0, int resid) argument
/freebsd-10.0-release/sys/dev/sk/
H A Dif_sk.c2605 struct ifnet *ifp0 = NULL, *ifp1 = NULL; local
2614 ifp0 = sc_if0->sk_ifp;
2617 if (ifp0 != NULL)
2634 struct ifnet *ifp0 = NULL, *ifp1 = NULL; local
2643 ifp0 = sc_if0->sk_ifp;
2646 if (ifp0 != NULL && ifp0->if_flags & IFF_UP)
3106 struct ifnet *ifp0 = NULL, *ifp1 = NULL; local
3119 ifp0 = sc_if0->sk_ifp;
3126 if (ifp0
[all...]
/freebsd-10.0-release/sys/dev/msk/
H A Dif_msk.c3700 struct ifnet *ifp0, *ifp1; local
3719 ifp0 = ifp1 = NULL;
3721 ifp0 = sc_if0->msk_ifp;
3758 if (ifp0 != NULL && (ifp0->if_drv_flags & IFF_DRV_RUNNING) != 0 &&
3759 !IFQ_DRV_IS_EMPTY(&ifp0->if_snd))
3760 msk_start_locked(ifp0);

Completed in 122 milliseconds