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

/freebsd-current/sys/netinet6/
H A Din6_ifattach.c350 * available on ifp0, borrow interface identifier from other information
356 get_ifid(struct ifnet *ifp0, struct ifnet *altifp, argument
364 if (in6_get_hw_ifid(ifp0, in6) == 0) {
366 if_name(ifp0)));
373 if_name(ifp0), if_name(altifp)));
379 if (ifp == ifp0)
391 if_name(ifp0), if_name(ifp)));
400 if_name(ifp0)));
404 printf("%s: failed to get interface identifier\n", if_name(ifp0));
409 if_name(ifp0), in
[all...]
H A Dicmp6.c1772 struct ifnet *ifp0, int resid)
1785 if (ifp0 == NULL && !(niflags & NI_NODEADDR_FLAG_ALL))
1788 ifp = ifp0 ? ifp0 : CK_STAILQ_FIRST(&V_ifnet);
1891 if (ifp0) /* we need search only on the specified IF */
1771 ni6_store_addrs(struct icmp6_nodeinfo *ni6, struct icmp6_nodeinfo *nni6, struct ifnet *ifp0, int resid) argument
/freebsd-current/sys/dev/sk/
H A Dif_sk.c2513 if_t ifp0 = NULL, ifp1 = NULL; local
2522 ifp0 = sc_if0->sk_ifp;
2525 if (ifp0 != NULL)
2541 if_t ifp0 = NULL, ifp1 = NULL; local
2550 ifp0 = sc_if0->sk_ifp;
2553 if (ifp0 != NULL && if_getflags(ifp0) & IFF_UP)
2995 if_t ifp0 = NULL, ifp1 = NULL; local
3008 ifp0 = sc_if0->sk_ifp;
3015 if (if_getmtu(ifp0) > SK_MAX_FRAMELE
[all...]
/freebsd-current/sys/dev/msk/
H A Dif_msk.c3682 if_t ifp0, ifp1; local
3701 ifp0 = ifp1 = NULL;
3703 ifp0 = sc_if0->msk_ifp;
3737 if (ifp0 != NULL && (if_getdrvflags(ifp0) & IFF_DRV_RUNNING) != 0 &&
3738 !if_sendq_empty(ifp0))
3739 msk_start_locked(ifp0);

Completed in 298 milliseconds