1NETIF_RUNNING(9) Network device support NETIF_RUNNING(9)
23
4
NAME
6netif_running - test if up
7
SYNOPSIS
9int netif_running(const struct net_device * dev);
10
ARGUMENTS
12dev
13network device
14
DESCRIPTION
16Test if the device has been brought up.
17
COPYRIGHT
19Kernel Hackers Manual 2.6. November 2011 NETIF_RUNNING(9)