netif_running(9) test if up

SYNOPSIS

bool netif_running(const struct net_device * dev);

ARGUMENTS

dev

network device

DESCRIPTION

Test if the device has been brought up.

COPYRIGHT