table of contents
other versions
NETIF_DORMANT(9) | Network device support | NETIF_DORMANT(9) |
NAME¶
netif_dormant - test if carrier present
SYNOPSIS¶
bool netif_dormant(const struct net_device * dev);
ARGUMENTS¶
const struct net_device * dev
network device
DESCRIPTION¶
Check if carrier is present on device
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |