NETIF_RUNNING
Section: Network device support (9)
Updated: February 2011
Index
Return to Main Contents
 
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.
 
COPYRIGHT