1. NAME

netif_dormant - test if carrier present

2. SYNOPSIS

bool netif_dormant(const struct net_device *  dev );

3. ARGUMENTS

dev
    network device

4. DESCRIPTION

Check if carrier is present on device

5. COPYRIGHT