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

  /src/sys/dev/pci/
if_msk.c 2305 struct ifnet *ifp0 = NULL, *ifp1 = NULL; local
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
2318 ifp0 = &sc_if0->sk_ethercom.ec_if;
2357 (ifp0->if_flags & IFF_RUNNING)) {
2386 if (ifp0 != NULL)
2387 if_schedule_deferred_start(ifp0);
  /src/external/bsd/dhcpcd/dist/src/
dhcpcd.c 1209 struct interface *ifp0 = arg, *ifp; local
1211 ifp = if_find(ifp0->ctx->ifaces, ifp0->name);
1213 dhcpcd_handlecarrier(ifp, ifp0->carrier, ifp0->flags);
1214 if_free(ifp0);
dhcp6.c 1297 struct interface *ifp0; local
1300 TAILQ_FOREACH(ifp0, ifp->ctx->ifaces, next) {
1301 if (ifp0 != ifp)
1302 dhcp6_freedrop_addrs(ifp0, 1, 0, ifp);

Completed in 20 milliseconds