HomeSort by: relevance | last modified time | path
    Searched refs:ifp0 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet6/
in6_ifattach.c 302 * available on ifp0, borrow interface identifier from other information
308 get_ifid(struct ifnet *ifp0, struct ifnet *altifp,
315 if (in6_get_hw_ifid(ifp0, in6) == 0) {
317 if_name(ifp0));
324 if_name(ifp0), if_name(altifp));
331 if (ifp == ifp0)
343 if_name(ifp0), if_name(ifp));
355 if_name(ifp0));
364 if_name(ifp0));
368 printf("%s: failed to get interface identifier\n", if_name(ifp0));
    [all...]
icmp6.c 1796 struct icmp6_nodeinfo *nni6, struct ifnet *ifp0,
1809 if (ifp0 == NULL && !(niflags & NI_NODEADDR_FLAG_ALL))
1813 ifp = ifp0 ? ifp0 : IFNET_READER_FIRST();
1920 if (ifp0) /* we need search only on the specified IF */
  /src/sys/net/
if_ethersubr.c 232 ether_output(struct ifnet * const ifp0, struct mbuf * const m0,
241 struct ifnet *ifp = ifp0;
259 if (dst != NULL && ifp0->if_link_state == LINK_STATE_UP &&
261 if (ifa->ifa_ifp == ifp0) {
263 return looutput(ifp0, m, dst, rt);
271 if ((ifp0->if_flags & (IFF_UP | IFF_RUNNING)) !=
289 error = arpresolve(ifp0, rt, m, dst, edst, sizeof(edst));
338 error = nd6_resolve(ifp0, rt, m, dst, edst,
462 if (ifp0 != ifp && ifp0->if_type == IFT_CARP)
    [all...]
  /src/sys/dev/pci/
if_msk.c 2305 struct ifnet *ifp0 = NULL, *ifp1 = NULL; local in function:msk_intr
2321 ifp0 = &sc_if0->sk_ethercom.ec_if;
2326 (ifp0->if_flags & IFF_RUNNING)) {
2378 if (ifp0 != NULL && !IFQ_IS_EMPTY(&ifp0->if_snd))
2379 if_schedule_deferred_start(ifp0);
if_sk.c 2313 struct ifnet *ifp0 = NULL, *ifp1 = NULL; local in function:sk_intr
2318 ifp0 = &sc_if0->sk_ethercom.ec_if;
2357 (ifp0->if_flags & IFF_RUNNING)) {
2386 if (ifp0 != NULL)
2387 if_schedule_deferred_start(ifp0);

Completed in 19 milliseconds