netif_running (9) Linux Manual Page
netif_running – test if up
Synopsis
-
bool netif_running(const struct net_devicedev* );
Arguments
dev
-
- network device
Description
Test if the device has been brought up.
netif_running – test if up
bool netif_running(const struct net_device * dev);dev
Test if the device has been brought up.