NETIF_CARRIER_OFF

Section: Network device support (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

netif_carrier_off - clear carrier  

SYNOPSIS

void netif_carrier_off(struct net_device * dev);
 

ARGUMENTS

dev

network device
 

DESCRIPTION

Device has detected loss of carrier.  

COPYRIGHT