netif_running(9)
NAME
netif_running - test if up
SYNOPSIS
int netif_running(const struct net_device * dev);
ARGUMENTS
- dev
- network device
DESCRIPTION
Test if the device has been brought up.
netif_running - test if up
int netif_running(const struct net_device * dev);
Test if the device has been brought up.