1. NAME

netif_running - test if up

2. SYNOPSIS

bool netif_running(const struct net_device *  dev );

3. ARGUMENTS

dev
    network device

4. DESCRIPTION

Test if the device has been brought up.

5. COPYRIGHT